Skip to content

Commit

Permalink
chore: add github templates
Browse files Browse the repository at this point in the history
  • Loading branch information
lukepolo committed Nov 1, 2024
1 parent 87831a2 commit ba444d4
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 1 deletion.
32 changes: 32 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
name: Bug Report
about: Create a report to help us improve
title: '[BUG] '
labels: bug
assignees: ''
---

## Description
A clear and concise description of what the bug is.

## Steps To Reproduce
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

## Expected Behavior
A clear and concise description of what you expected to happen.

## Actual Behavior
A clear and concise description of what actually happened.

## Screenshots
If applicable, add screenshots to help explain your problem.

## Environment
- OS: [e.g. Windows 10, macOS 12.0]
- Plugin Version: [e.g. v0.0.1]

## Additional Context
Add any other context
25 changes: 25 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
name: Feature Request
about: Suggest an idea for this project
title: '[FEATURE] '
labels: enhancement
assignees: ''
---

## Problem Statement
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

## Proposed Solution
A clear and concise description of what you want to happen.

## Alternative Solutions
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.

## Benefits
Describe the benefits this feature would bring to users and the project.

## Implementation Considerations
Optional: If you have any technical insights or suggestions for implementation, please share them here.
1 change: 0 additions & 1 deletion cfg/live.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ mp_t_default_secondary weapon_glock
// communication
sv_deadtalk 0


mp_team_intro_time 6.5

mp_match_end_restart 0
Expand Down

0 comments on commit ba444d4

Please sign in to comment.