Skip to content

Commit

Permalink
Merge pull request #16 from Subterfuge-Revived/templateUpdate
Browse files Browse the repository at this point in the history
Update issue templates
  • Loading branch information
QuinnBast committed Apr 21, 2020
2 parents fdc4180 + ff15847 commit 17fb787
Show file tree
Hide file tree
Showing 3 changed files with 144 additions and 0 deletions.
56 changes: 56 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
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 -->
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
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.)
-->
66 changes: 66 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
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. -->

0 comments on commit 17fb787

Please sign in to comment.