mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-06-01 09:42:41 +00:00
[Crate] Add issue templates (#81)
This commit is contained in:
parent
fb447edbc2
commit
f7b5463073
3 changed files with 54 additions and 0 deletions
23
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
23
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
|
|
@ -0,0 +1,23 @@
|
||||||
|
---
|
||||||
|
name: Bug report
|
||||||
|
about: Create a report for a found bug
|
||||||
|
title: ''
|
||||||
|
labels: bug
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
**Describe the bug**
|
||||||
|
A clear and concise description of what the bug is.
|
||||||
|
|
||||||
|
**Steps To Reproduce**
|
||||||
|
Please provide the steps to reproduce the behavior (if not possible, describe as many details as possible).
|
||||||
|
|
||||||
|
**Expected behavior**
|
||||||
|
A clear and concise description of what you expected to happen.
|
||||||
|
|
||||||
|
**Screenshots or Data**
|
||||||
|
If applicable, add screenshots/data to help explain your problem.
|
||||||
|
|
||||||
|
**Additional context**
|
||||||
|
Add any other context about the problem here.
|
||||||
14
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
14
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
|
|
@ -0,0 +1,14 @@
|
||||||
|
---
|
||||||
|
name: Feature request
|
||||||
|
about: Suggest a feature
|
||||||
|
title: ''
|
||||||
|
labels: enhancement
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
**What is this feature about?**
|
||||||
|
Shortly explain what your requested feature is about.
|
||||||
|
|
||||||
|
**Additional context/references**
|
||||||
|
Add any other context or references about the feature request here.
|
||||||
17
.github/ISSUE_TEMPLATE/help-regarding-code-protocol-errors.md
vendored
Normal file
17
.github/ISSUE_TEMPLATE/help-regarding-code-protocol-errors.md
vendored
Normal file
|
|
@ -0,0 +1,17 @@
|
||||||
|
---
|
||||||
|
name: Help regarding code/protocol errors
|
||||||
|
about: Use this if you can't figure out how to use something.
|
||||||
|
title: ''
|
||||||
|
labels: ''
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
**This issue shall be made only if you have already gone through the docs, have you done it?**
|
||||||
|
Please state if there is something confusing regarding the docs (eg. location or wording).
|
||||||
|
|
||||||
|
**What's you problem?**
|
||||||
|
State as concise as possible what you want to do and can't do.
|
||||||
|
|
||||||
|
**Suggestions to make this clearer**
|
||||||
|
Mention how could stuff be improved so that someone doesn't have the same problem as you (eg. Error should give more information).
|
||||||
Loading…
Add table
Add a link
Reference in a new issue