mirror of
https://github.com/ditkrg/rswag.git
synced 2026-01-23 06:16:42 +00:00
Merge pull request #246 from laurawatson/pr-template
PR & Issue templates
This commit is contained in:
commit
d12c018cb7
17
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
17
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
@ -0,0 +1,17 @@
|
||||
## Describe the bug
|
||||
A clear and concise description of what the bug is.
|
||||
|
||||
## Steps to Test or Reproduce
|
||||
Please provide an example repo or the steps to reproduce the behavior.
|
||||
|
||||
## Expected behavior
|
||||
A clear and concise description of what you expected to happen.
|
||||
|
||||
## Screenshots
|
||||
If applicable, add screenshots to help explain your problem.
|
||||
|
||||
## Additional context
|
||||
Add any other context about the problem here.
|
||||
|
||||
## Rswag Version
|
||||
The version of rswag are you using.
|
||||
11
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
11
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
## Is your feature request related to a problem? Please describe.
|
||||
A clear and concise description of what the problem is.
|
||||
|
||||
## 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.
|
||||
15
.github/PULL_REQUEST_TEMPLATE/pull_request_template.md
vendored
Normal file
15
.github/PULL_REQUEST_TEMPLATE/pull_request_template.md
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
## Problem
|
||||
A clear and concise description of what the problem is.
|
||||
|
||||
## Solution
|
||||
A clear and concise description of what the solution is.
|
||||
|
||||
### Related Issues
|
||||
Links to any related issues.
|
||||
|
||||
### Checklist
|
||||
- [ ] Added tests
|
||||
- [ ] Changelog updated
|
||||
|
||||
### Steps to Test or Reproduce
|
||||
Outline the steps to test or reproduce the PR here.
|
||||
Loading…
Reference in New Issue
Block a user