mirror of
https://github.com/mapbase-source/source-sdk-2013.git
synced 2025-04-14 05:30:06 +03:00
Added issue templates
This commit is contained in:
parent
e0185f94f6
commit
54cca19672
25
.github/ISSUE_TEMPLATE/game---bug-report.md
vendored
Normal file
25
.github/ISSUE_TEMPLATE/game---bug-report.md
vendored
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
---
|
||||||
|
name: Game - Bug report
|
||||||
|
about: Create a bug report related to game behavior.
|
||||||
|
title: "[GAME] "
|
||||||
|
labels: Bug
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
### Describe the bug
|
||||||
|
A clear and concise description of what the bug is.
|
||||||
|
|
||||||
|
### Steps to reproduce
|
||||||
|
Steps to reproduce the behavior:
|
||||||
|
1. Have '...' in the map
|
||||||
|
2. ???
|
||||||
|
3. See error
|
||||||
|
|
||||||
|
### Expected behavior
|
||||||
|
A clear and concise description of what you expected to happen.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
### Additional context
|
||||||
|
Add any other context about the problem here.
|
22
.github/ISSUE_TEMPLATE/game---feature-request.md
vendored
Normal file
22
.github/ISSUE_TEMPLATE/game---feature-request.md
vendored
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
---
|
||||||
|
name: Game - Feature request
|
||||||
|
about: Suggest an idea related to game behavior.
|
||||||
|
title: "[GAME] "
|
||||||
|
labels: Enhancement
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
### 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
|
||||||
|
Add any other context or screenshots about the feature request here.
|
25
.github/ISSUE_TEMPLATE/miscellaneous---bug-report.md
vendored
Normal file
25
.github/ISSUE_TEMPLATE/miscellaneous---bug-report.md
vendored
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
---
|
||||||
|
name: Miscellaneous - Bug report
|
||||||
|
about: Create a bug report not related to any of the subjects mentioned above.
|
||||||
|
title: "[MISC] "
|
||||||
|
labels: Bug
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
### Describe the bug
|
||||||
|
A clear and concise description of what the bug is.
|
||||||
|
|
||||||
|
### Steps to reproduce
|
||||||
|
Steps to reproduce the behavior:
|
||||||
|
1. Do '...'
|
||||||
|
2. ???
|
||||||
|
3. See error
|
||||||
|
|
||||||
|
### Expected behavior
|
||||||
|
A clear and concise description of what you expected to happen.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
### Additional context
|
||||||
|
Add any other context about the problem here.
|
22
.github/ISSUE_TEMPLATE/miscellaneous---feature-request.md
vendored
Normal file
22
.github/ISSUE_TEMPLATE/miscellaneous---feature-request.md
vendored
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
---
|
||||||
|
name: Miscellaneous - Feature request
|
||||||
|
about: Suggest an idea not related to any of the subjects mentioned above.
|
||||||
|
title: "[MISC] "
|
||||||
|
labels: Enhancement
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
### 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
|
||||||
|
Add any other context or screenshots about the feature request here.
|
29
.github/ISSUE_TEMPLATE/visuals-graphics---bug-report.md
vendored
Normal file
29
.github/ISSUE_TEMPLATE/visuals-graphics---bug-report.md
vendored
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
---
|
||||||
|
name: Visuals/Graphics - Bug report
|
||||||
|
about: Create a bug report related to visual issues. (e.g. shaders, projected textures,
|
||||||
|
etc.)
|
||||||
|
title: "[VISUAL] "
|
||||||
|
labels: Bug
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
### Describe the bug
|
||||||
|
A clear and concise description of what the bug is.
|
||||||
|
|
||||||
|
### Steps to reproduce
|
||||||
|
Steps to reproduce the behavior:
|
||||||
|
1. Have '...' in the map
|
||||||
|
2. ???
|
||||||
|
3. See error
|
||||||
|
|
||||||
|
### Expected behavior
|
||||||
|
A clear and concise description of what you expected to happen.
|
||||||
|
|
||||||
|
### Media
|
||||||
|
Any related screenshots, videos, etc. which show the bug.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
### Additional context
|
||||||
|
Add any other context about the problem here.
|
23
.github/ISSUE_TEMPLATE/visuals-graphics---feature-request.md
vendored
Normal file
23
.github/ISSUE_TEMPLATE/visuals-graphics---feature-request.md
vendored
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
---
|
||||||
|
name: Visuals/Graphics - Feature request
|
||||||
|
about: Suggest an idea related to visuals or graphics. (e.g. shaders, projected textures,
|
||||||
|
etc.)
|
||||||
|
title: "[VISUAL] "
|
||||||
|
labels: Enhancement
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
### 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
|
||||||
|
Add any other context or screenshots about the feature request here.
|
25
.github/ISSUE_TEMPLATE/vscript---bug-report.md
vendored
Normal file
25
.github/ISSUE_TEMPLATE/vscript---bug-report.md
vendored
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
---
|
||||||
|
name: VScript - Bug report
|
||||||
|
about: Create a bug report related to VScript.
|
||||||
|
title: "[VSCRIPT] "
|
||||||
|
labels: Bug, VScript
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
### Describe the bug
|
||||||
|
A clear and concise description of what the bug is.
|
||||||
|
|
||||||
|
### Steps to reproduce
|
||||||
|
Steps to reproduce the behavior:
|
||||||
|
1. Have '...' in the script
|
||||||
|
2. ???
|
||||||
|
3. See error
|
||||||
|
|
||||||
|
### Expected behavior
|
||||||
|
A clear and concise description of what you expected to happen.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
### Additional context
|
||||||
|
Add any other context about the problem here.
|
22
.github/ISSUE_TEMPLATE/vscript---feature-request.md
vendored
Normal file
22
.github/ISSUE_TEMPLATE/vscript---feature-request.md
vendored
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
---
|
||||||
|
name: VScript - Feature request
|
||||||
|
about: Suggest an idea related to VScript.
|
||||||
|
title: "[VSCRIPT] "
|
||||||
|
labels: Enhancement, VScript
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
### 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
|
||||||
|
Add any other context or screenshots about the feature request here.
|
Loading…
x
Reference in New Issue
Block a user