Skip to content

Commit

Permalink
adjusting labels and creating general content
Browse files Browse the repository at this point in the history
  • Loading branch information
mageddo committed Aug 28, 2024
1 parent 054087c commit c85aaad
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug-unexpected-behavior-report.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
name: Bug/Unexpected Behavior Report
about: Create a report to help DPS improve
title: ''
labels: ''
title: 'Bug: '
labels: 'bug-report'
assignees: ''

---
Expand Down
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/feature-request.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
name: Feature request
about: Suggest an idea for DPS project
title: ''
labels: ''
about: Suggest an idea to a new feature or enhancement for the DPS project
title: 'Feature Request: '
labels: 'feature-request'
assignees: ''

---
Expand Down
54 changes: 54 additions & 0 deletions .github/ISSUE_TEMPLATE/general.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
---
name: Discussion
about: Any other content that doesn't fit in the other templates
title: ''
labels: 'discussion'
assignees: ''

---

## Summary

> A short description of what it is. (Required)
Example:

> Provide a solver which can solve from previously configured DNS records.
## Goals

> What is supposed to do in short. (Optional)
Example

> A simple, static DNS server
## Non-Goals

> What people would think it is supposed to do, but it is not? (Optional)
Example
> * Not to implement a full and complex DNS server
## Motivation

> Why it's a feature to be considered? (Required)
Example:

> People can use DPS for static DNS entries instead of use /etc/hosts or something like.
## Description

> Explain the feature details and how it would work, usecases, examples, snippets of code,
> inputs and outputs, etc. (Required)
Example

> ### Storage
>
> DNS records will be stored at the existing DPS config file.
>
> ### DNS Records
> * It will have support to A, AAAA and CNAME entries.
> * Also, TTL by record will be supported

0 comments on commit c85aaad

Please sign in to comment.