diff options
| author | William Boman <william@redwill.se> | 2021-11-03 01:16:49 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-03 01:16:49 +0100 |
| commit | 56ca240cc76467539dea733f57ca9f614cafa863 (patch) | |
| tree | bb289e4874fc6018f95348cfc3ccef3bae21c7df /.github | |
| parent | add issue templates (#238) (diff) | |
| download | mason-56ca240cc76467539dea733f57ca9f614cafa863.tar mason-56ca240cc76467539dea733f57ca9f614cafa863.tar.gz mason-56ca240cc76467539dea733f57ca9f614cafa863.tar.bz2 mason-56ca240cc76467539dea733f57ca9f614cafa863.tar.lz mason-56ca240cc76467539dea733f57ca9f614cafa863.tar.xz mason-56ca240cc76467539dea733f57ca9f614cafa863.tar.zst mason-56ca240cc76467539dea733f57ca9f614cafa863.zip | |
add feature request issue template
Diffstat (limited to '.github')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.md | 20 | ||||
| -rw-r--r-- | .github/ISSUE_TEMPLATE/new-server-request.md | 2 |
2 files changed, 21 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..11fc491e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: enhancement +assignees: '' + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/new-server-request.md b/.github/ISSUE_TEMPLATE/new-server-request.md index 53168a23..09399e8a 100644 --- a/.github/ISSUE_TEMPLATE/new-server-request.md +++ b/.github/ISSUE_TEMPLATE/new-server-request.md @@ -12,4 +12,4 @@ Server name: Server homepage (e.g., GitHub page): **Which languages does this server target?** -Languages: +Languages: |
