-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding templates for : MR / BUG / ISSUE
- Loading branch information
1 parent
93b00fc
commit f7fe748
Showing
5 changed files
with
89 additions
and
5 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,31 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: "[BUG] " | ||
labels: bug | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!-- Please provide as many details as possible, this will help us to deliver a fix as soon as possible. Thank you! --> | ||
|
||
**Describe the bug** | ||
<!-- A clear and concise description of what the bug is. --> | ||
|
||
**Log and Stack trace** | ||
<!-- Please provide a log and a stack trace (with exception), if applicable. --> | ||
|
||
**To Reproduce** | ||
<!-- Please provide a relevant code snippets to reproduce this bug. --> | ||
|
||
**Expected behavior** | ||
<!-- A clear and concise description of what you expected to happen. --> | ||
|
||
**Please complete the following versions information:** | ||
Run the following command and paste the output here: | ||
```bash | ||
gradle issueReportInfo | ||
``` | ||
|
||
**Additional context** | ||
<!-- Add any other context about the problem here. --> |
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,20 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
title: "[FEATURE] " | ||
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. --> |
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,27 @@ | ||
<!-- Thank you so much for your contribution! --> | ||
<!-- Please fill in all the sections below. --> | ||
|
||
<!-- Please open the PR as a draft initially. Once it is reviewed and approved, we will ask you to add documentation. --> | ||
<!-- Please note that PRs with breaking changes will be rejected. --> | ||
<!-- Please note that PRs without tests will be rejected. --> | ||
|
||
<!-- Please note that PRs will be reviewed based on the priority of the issues they address. --> | ||
<!-- We ask for your patience. We are doing our best to review your PR as quickly as possible. --> | ||
<!-- Please refrain from pinging and asking when it will be reviewed. Thank you for understanding! --> | ||
|
||
|
||
## Issue | ||
<!-- Please paste the link to the issue this PR is addressing. For example: https://github.com/dRAGon-Okinawa/dRAGon/issues/15 --> | ||
|
||
|
||
## Change | ||
<!-- Please describe the changes you made. --> | ||
|
||
|
||
## General checklist | ||
<!-- Please double-check the following points and mark them like this: [X] --> | ||
- [ ] There are no breaking changes | ||
- [ ] I have added unit and integration tests for my change | ||
- [ ] I have manually run all the unit and integration tests in the module I have added/changed, and they are all green | ||
<!-- Before adding documentation and example(s) (below), please wait until the PR is reviewed and approved. --> | ||
- [ ] I have added/updated the [documentation](https://github.com/dRAGon-Okinawa/dRAGon/tree/main/docs) |
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
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