mirror of
https://github.com/jdalrymple/gitbeaker.git
synced 2026-01-18 15:55:30 +00:00
Issue template updates
This commit is contained in:
parent
7af598d1c9
commit
2aedfb5b0f
17
.github/ISSUE_TEMPLATE/Bug.md
vendored
17
.github/ISSUE_TEMPLATE/Bug.md
vendored
@ -1,21 +1,26 @@
|
||||
---
|
||||
name: Bug
|
||||
about: Create a bug report
|
||||
---
|
||||
|
||||
Please make sure the new issue you are opening is not a duplicate, and **remove** this notice!
|
||||
|
||||
------
|
||||
---
|
||||
|
||||
## Description
|
||||
**Description**
|
||||
*(Brief description of your issue here)*
|
||||
|
||||
(Paste any relevant logs - please use code blocks (```) to format console output,
|
||||
logs, and code as it's very hard to read otherwise.)
|
||||
|
||||
## Steps to reproduce
|
||||
**Steps to reproduce**
|
||||
*(Tell us how to reproduce this issue. Please provide a working demo, you can use this template as a base)*
|
||||
|
||||
## Expected behaviour
|
||||
**Expected behaviour**
|
||||
*(What is supposed to happen?)*
|
||||
|
||||
## Actual behaviour
|
||||
**Actual behaviour**
|
||||
*(What happens instead?)*
|
||||
|
||||
## Possible fixes
|
||||
**Possible fixes**
|
||||
*(Any possible suggestions on how to fix this problem)*
|
||||
|
||||
@ -1,9 +1,14 @@
|
||||
---
|
||||
name: Feature Proposal
|
||||
about: Suggest an idea
|
||||
---
|
||||
|
||||
Please make sure the new issue you are opening is not a duplicate, and **remove** this notice!
|
||||
|
||||
------
|
||||
---
|
||||
|
||||
## Description
|
||||
**Description**
|
||||
*(Brief description of the feature)*
|
||||
|
||||
## Proposal
|
||||
**Proposal**
|
||||
*(Outline how you plan to implement this feature if you have one)*
|
||||
@ -1,12 +1,17 @@
|
||||
---
|
||||
name: Technical Debt
|
||||
about: Suggest an improvement to the codebase
|
||||
---
|
||||
|
||||
Please make sure the new issue you are opening is not a duplicate, and **remove** this notice!
|
||||
|
||||
------
|
||||
---
|
||||
|
||||
## Description
|
||||
**Description**
|
||||
*(Brief description of the technical debt here)*
|
||||
|
||||
*(Paste any relevant logs - please use code blocks (```) to format console output,
|
||||
logs, and code as it's very hard to read otherwise.)*
|
||||
|
||||
## Possible solutions
|
||||
**Possible solutions**
|
||||
*(Any possible suggestions on how to improve this code)*
|
||||
Loading…
x
Reference in New Issue
Block a user