mirror of
https://github.com/jdalrymple/gitbeaker.git
synced 2026-01-25 16:04:01 +00:00
chore(templates): Updating github templates
This commit is contained in:
parent
fed5df1fdb
commit
436c952567
18
.github/ISSUE_TEMPLATE/Bug.md
vendored
18
.github/ISSUE_TEMPLATE/Bug.md
vendored
@ -3,24 +3,24 @@ name: Bug
|
||||
about: Create a bug report
|
||||
---
|
||||
|
||||
Please make sure the new issue you are opening is not a duplicate, and **remove** this notice!
|
||||
|
||||
---
|
||||
<!-- Please make sure the new issue you are opening is not a duplicate, and **remove** this notice! -->
|
||||
|
||||
**Description**
|
||||
*(Brief description of your issue here)*
|
||||
|
||||
<!-- *(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.)
|
||||
logs, and code as it's very hard to read otherwise.) -->
|
||||
|
||||
**Steps to reproduce**
|
||||
*(Tell us how to reproduce this issue. Please provide a working demo, you can use this template as a base)*
|
||||
|
||||
<!-- *(Tell us how to reproduce this issue. Please provide a working demo, you can use this template as a base)* -->
|
||||
|
||||
**Expected behaviour**
|
||||
*(What is supposed to happen?)*
|
||||
<!-- *(What is supposed to happen?)* -->
|
||||
|
||||
**Actual behaviour**
|
||||
*(What happens instead?)*
|
||||
<!-- *(What happens instead?)* -->
|
||||
|
||||
**Possible fixes**
|
||||
*(Any possible suggestions on how to fix this problem)*
|
||||
<!-- *(Any possible suggestions on how to fix this problem)* -->
|
||||
8
.github/ISSUE_TEMPLATE/feature_proposal.md
vendored
8
.github/ISSUE_TEMPLATE/feature_proposal.md
vendored
@ -3,12 +3,10 @@ name: Feature Proposal
|
||||
about: Suggest an idea
|
||||
---
|
||||
|
||||
Please make sure the new issue you are opening is not a duplicate, and **remove** this notice!
|
||||
|
||||
---
|
||||
<!-- Please make sure the new issue you are opening is not a duplicate, and **remove** this notice! -->
|
||||
|
||||
**Description**
|
||||
*(Brief description of the feature)*
|
||||
<!-- *(Brief description of the feature)* -->
|
||||
|
||||
**Proposal**
|
||||
*(Outline how you plan to implement this feature if you have one)*
|
||||
<!-- *(Outline how you plan to implement this feature if you have one)* -->
|
||||
|
||||
12
.github/ISSUE_TEMPLATE/technical_debt.md
vendored
12
.github/ISSUE_TEMPLATE/technical_debt.md
vendored
@ -3,15 +3,13 @@ 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!
|
||||
|
||||
---
|
||||
<!-- Please make sure the new issue you are opening is not a duplicate, and **remove** this notice! -->
|
||||
|
||||
**Description**
|
||||
*(Brief description of the technical debt here)*
|
||||
<!-- *(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.)*
|
||||
(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**
|
||||
*(Any possible suggestions on how to improve this code)*
|
||||
<!-- *(Any possible suggestions on how to improve this code)* -->
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user