-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #16 from Subterfuge-Revived/templateUpdate
Update issue templates
- Loading branch information
Showing
3 changed files
with
144 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,56 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: '' | ||
labels: bug | ||
assignees: QuinnBast | ||
|
||
--- | ||
|
||
<!--- Provide a general summary of the issue in the Title above --> | ||
|
||
<!-- Please answer the following questions for yourself before submitting an issue. | ||
- [ ] I am running the latest version | ||
- [ ] I checked the documentation and found no answer | ||
- [ ] I checked to make sure that this issue has not already been filed | ||
- [ ] I'm reporting the issue to the correct repository (for multi-repository projects) | ||
--> | ||
|
||
## Expected Behavior | ||
<!--- Tell us what should happen --> | ||
|
||
## Current Behavior | ||
<!--- Tell us what happens instead of the expected behavior --> | ||
|
||
## Failure Information | ||
|
||
<!-- | ||
Please help provide information about the failure if this is a bug. | ||
If it is not a bug, please remove the rest of this template. | ||
This section should include error messages, logs, etc. | ||
--> | ||
|
||
## Possible Solution | ||
<!--- Not obligatory, but suggest a fix/reason for the bug, --> | ||
|
||
## Steps to Reproduce | ||
<!--- Provide a link to a live example, or an unambiguous set of steps to --> | ||
<!--- reproduce this bug. Include code to reproduce, if relevant --> | ||
<!--- Provide screenshots if possible/relevant --> | ||
1. | ||
2. | ||
3. | ||
4. | ||
|
||
## Context (Environment) | ||
<!--- How has this issue affected you? What are you trying to accomplish? --> | ||
<!--- Providing context helps us come up with a solution that is most useful in the real world --> | ||
<!-- Include information about your environment including device & version, app version, etc. --> | ||
* Device: | ||
* Operating System: | ||
* App Version: | ||
|
||
|
||
## Detailed Description | ||
<!--- Provide a detailed description of the change or addition you are proposing --> |
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,22 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
title: '' | ||
labels: enhancement | ||
assignees: QuinnBast | ||
|
||
--- | ||
|
||
## Enhancement Description | ||
<!-- Present a description of the problem to be addressed by this feature request. --> | ||
|
||
## Solution | ||
<!-- Suggestions to implement a solution are greatly appreciated. If you have a potential solution leave it here | ||
Things to address include: | ||
* Details of the technical implementation | ||
* Tradeoffs made in design decisions | ||
* Caveats and considerations for the future | ||
If there are multiple solutions, please present each one separately. Save comparisons for the very end.) | ||
--> |
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,66 @@ | ||
# Description | ||
|
||
<!-- | ||
Please include a summary of the change and which issue is fixed. | ||
Please also include relevant motivation and context. This can be helped by linking to any related issue (ex: Fixes #1). | ||
Be as detailed as possible and be sure to indicate how this change will effect downstream users. | ||
Also list any new dependencies/packages that are required for this change. | ||
--> | ||
|
||
# Versioning | ||
|
||
Previous Version: | ||
Next Version Number: | ||
|
||
- [ ] I have updated the README to reflect the new version number | ||
- [ ] When I publish a release I will append the version number to the dll's name | ||
|
||
# Type of change | ||
|
||
<!-- Please select options that are relevant. --> | ||
|
||
### CLI | ||
- [ ] Bug fix (non-breaking change which fixes an issue) | ||
- [ ] New feature (non-breaking change which adds functionality) | ||
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) | ||
- [ ] This change requires a documentation update | ||
- [ ] New dependencies/packages | ||
|
||
### Core | ||
- [ ] Bug fix (non-breaking change which fixes an issue) | ||
- [ ] New feature (non-breaking change which adds functionality) | ||
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) | ||
- [ ] This change requires a documentation update | ||
- [ ] New dependencies/packages | ||
|
||
# Testing | ||
|
||
<!-- Describe the tests that you ran to verify your changes --> | ||
|
||
- [ ] I have created automated tests for any new features | ||
- [ ] All automated tests pass | ||
- [ ] I have performed manual tests | ||
|
||
|
||
# Checklist: | ||
|
||
<!-- Please make sure the following have been performed. --> | ||
<!-- If they have not yet been performed, leave them unchecked (and/or) title your PR with "WIP: ". --> | ||
|
||
- [ ] I have performed a self-review of my own code | ||
- [ ] I have commented my code according to C# standards | ||
- [ ] I have made corresponding changes to the README (if required) | ||
- [ ] I have added/updated articles in the documentation | ||
- [ ] My changes generate no new warnings | ||
|
||
<!-- | ||
Does this PR include breaking changes to downstream modules? | ||
The backend and Unity repositories make use of the DLL that is generated by this repository. | ||
If any breaking changes are made, ensure that the backend and unity developers are aware of the changes. | ||
--> | ||
|
||
# Questions / Discussion | ||
|
||
<!-- Any questions you are still wondering about or discussions to be had about the changes. | ||
You can also include specific areas/files you would like reviewed or commented on. --> |