Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: New Template proposal #547

Merged
merged 5 commits into from
Aug 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
45 changes: 35 additions & 10 deletions .github/ISSUE_TEMPLATE/feature-request.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,47 @@
---
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: ''

---

## What is Happening
## Summary & Motivation

What is the actual behavior and lacks which without that feature, and what's the fallback (if there is one)
while this feature is not implemented yet.
> A short description of what is it and why it's important to be considered. (Required)

## What is Expected
Example:

Please describe the wanted behavior with details of how it could work.
> Provide a solver which can solve from previously configured DNS records.
> It's will be useful because people can use DPS for static DNS entries instead of use /etc/hosts or something like.

## Goals

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

Steps to implement the desired feature.
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

## 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
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/general.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
name: Discussion
about: Any other content that doesn't fit in the other templates
title: ''
labels: 'discussion'
assignees: ''

---
Loading