Skip to content

Commit

Permalink
feat: add issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
Dragonisser committed Aug 8, 2023
1 parent 61968c0 commit 890014e
Show file tree
Hide file tree
Showing 2 changed files with 78 additions and 0 deletions.
62 changes: 62 additions & 0 deletions .github/ISSUE_TEMPLATE/Bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
---
name: Bug report
about: Create a report to help us improve TF2 Tower Defense
title: ''
labels: bug
assignees: ''

---

## Version of TF2 Tower Defense and dependencies

<!--
Keep in mind that it barely makes sense to report bugs on older version and the issue might be fixed already in the latest available version of TF2 Tower Defense.
-->

*For example:*

Tower Defense: 2.1.0

TF2Items: 1.6.4-279

Steamtools: 0.10.0-54fdc51

TF2Attributes: v1.7.3

MySQL/MariaDB server: 10.3.39-MariaDB-0+deb10u1

## Description

A clear and concise description of what the bug is.


## Steps to reproduce

How to reproduce this issue. Be as specific as possible and try to only include instructions you believe are necessary to reproduce said issue, E.g.

1. Join a server
2. Join a team
3. Start the wave
4. Bots dont spawn

## Reproduction rate

Please check just _one_ of the following reproduction rates:

- [ ] Consistent: I can reproduce this bug by following the steps to reproduce 100% of the time (*every time*)
- [ ] Occasional: I can reproduce this bug by following the steps to reproduce around 50% of the time
- [ ] Rare: I can reproduce this bug by following the steps to reproduce around 10% or less of the time

<!---
Friendly Tip: most bugs are in fact 100% reproducible - it's nailing down the precise reproduction steps that is the hard part! Bugs that are 80-100% reproducible will save the developers a lot of time and energy and they tend to get more attention too. If you have the time, try and figure out the exact reproduction steps and everybody will benefit. This text will not appear in the actual bug report but is visible to people creating new issues - feel free to remove it if you like.
-->

## Expected result

Describe your expected result i.e. answer the question "What did you expect would happen?"

## Evidence (optional)

Show us what happened or provide any kind of logs

<!--- Please browsed through the other issues and confirmed that this issue has not been reported already. -->
16 changes: 16 additions & 0 deletions .github/ISSUE_TEMPLATE/Feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: Feature
assignees: ''

---

## Description

A short description about your feature request.

## Additional context

Add any other context or screenshots about the feature request here.

0 comments on commit 890014e

Please sign in to comment.