-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Github: Adding issue and PR templates [ci-skip]
- Loading branch information
Showing
4 changed files
with
88 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: '' | ||
labels: kind: possible bug | ||
assignees: '' | ||
--- | ||
|
||
# Details | ||
|
||
**Image version:** | ||
|
||
<!-- Note: This should be the docker image version you're referring to --> | ||
|
||
**What steps did you take and what happened:** | ||
|
||
<!-- Note: This should be a clear and concise description of what the bug is. --> | ||
|
||
**What did you expect to happen:** | ||
|
||
<!-- Note: This should be a clear and concise description of what you expected to happen. --> | ||
|
||
**Anything else you would like to add:** | ||
|
||
<!-- Note: Miscellaneous information that will assist in solving the issue. --> | ||
|
||
**Additional Information:** | ||
|
||
<!-- Note: Anything to give further context to the bug report. --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: Discuss on Discord | ||
url: https://discord.gg/PRT86Cdgnr | ||
about: Join our Discord community |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
title: '' | ||
labels: kind:enhancement | ||
assignees: '' | ||
--- | ||
|
||
# Details | ||
|
||
**Describe the solution you'd like:** | ||
|
||
<!-- Note: A clear and concise description of what you want to happen. --> | ||
|
||
**Anything else you would like to add:** | ||
|
||
<!-- Note: Miscellaneous information that will assist in solving the issue. --> | ||
|
||
**Additional Information:** | ||
|
||
<!-- Note: Anything to give further context to the requested new feature. --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
<!-- | ||
Before you open the request please review the following guidelines and tips to help it be more easily integrated: | ||
- Describe the scope of your change - i.e. what the change does. | ||
- Describe any known limitations with your change. | ||
- Please run any tests or examples that can exercise your modified code. | ||
Thank you for contributing! We will try to test and integrate the change as soon as we can. There is no need to bump or check in on a pull request (it will clutter the discussion of the request). | ||
Also don't be worried if the request is closed or not integrated sometimes our priorities might not match the priorities of the pull request. Don't fret, the open source community thrives on forks and GitHub makes it easy to keep your changes in a forked repo. | ||
--> | ||
|
||
**Description of the change** | ||
|
||
<!-- Describe the scope of your change - i.e. what the change does. --> | ||
|
||
**Benefits** | ||
|
||
<!-- What benefits will be realized by the code change? --> | ||
|
||
**Possible drawbacks** | ||
|
||
<!-- Describe any known limitations with your change --> | ||
|
||
**Applicable issues** | ||
|
||
<!-- Enter any applicable Issues here (You can reference an issue using #) --> | ||
- fixes # | ||
|
||
**Additional information** | ||
|
||
<!-- If there's anything else that's important and relevant to your pull request, mention that information here.--> |