-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci(support): add issue and pull request template
- Loading branch information
Showing
5 changed files
with
90 additions
and
2 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,34 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help improve BooDark | ||
|
||
--- | ||
|
||
### Describe the bug | ||
|
||
A clear and concise description of what the bug is. | ||
|
||
### To Reproduce | ||
|
||
Steps to reproduce the behavior: | ||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. See error | ||
|
||
### Expected behavior | ||
|
||
A clear and concise description of what you expected to happen. | ||
|
||
### Screenshots | ||
|
||
If applicable, add screenshots to help explain the bug. | ||
|
||
### Additional context | ||
|
||
- Operating system: | ||
- Browser: | ||
- phpMyAdmin version: | ||
- BooDark version: | ||
|
||
Add any other context about the bug 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,23 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for BooDark | ||
|
||
--- | ||
|
||
### 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 | ||
|
||
- BooDark version: | ||
|
||
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,10 @@ | ||
### Description | ||
|
||
Please describe your pull request. | ||
|
||
Fixes # | ||
|
||
Before submitting pull request, please review the following checklist: | ||
|
||
- [ ] Make sure you have read our [CONTRIBUTING.md](https://github.com/adorade/boodark/blob/main/CONTRIBUTING.md) document. | ||
- [ ] Every commit has a descriptive commit message. |
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 @@ | ||
# Contributing to BooDark | ||
|
||
As an open-source project, BooDark welcomes contributions of many forms. | ||
|
||
## Bug reporting | ||
|
||
I appreciate your effort to improve **BooDark** by submitting a bug report. Before doing so, please check the following things: | ||
|
||
1. Check whether the bug you face **hasn't been already reported**. Checking for duplicate reports takes time that could be used to fix other bugs or make improvements. | ||
|
||
2. Specify the **BooDark**, **phpMyAdmin** information that may be helpful to fix the problem, especially exact **version numbers**. | ||
|
||
3. If you got some error, please **describe what happened**. | ||
|
||
4. Provide easy steps to reproduce. | ||
|
||
Thanks for your help! | ||
|
||
Please report [bugs on GitHub][1]. | ||
|
||
[1]: https://github.com/adorade/boodark/issues/new |
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