Skip to content

Commit

Permalink
docs: Add issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenixpereira authored Jan 19, 2024
1 parent 302306d commit b9f1695
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
name: Bug Report
about: File a bug report.
title: "[BUG]"
labels: ''
assignees: ''

---

**Description of the bug**
What's the issue you encountered?

**Reproduction steps**
How can the issue be reproduced?

Describe each step as precisely as possible.

**Expected behaviour**
What do you expect to happen?

Describe expected behaviour as precisely as possible..

**Desktop (please complete the following information):**
- OS: [e.g. Windows 11]
- Browser [e.g. Chrome, Safari]

**Smartphone (please complete the following information):**
- Device: [e.g. iPhone 15]
- OS: [e.g. iOS 17.2.1]
- Browser [e.g. Chrome, Safari]

**Additional context**
Add any other context or screenshots about the bug here.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Feature Request
about: Suggest a new feature for the CS Club website.
title: "[Feature Request]"
labels: ''
assignees: ''

---

**Overview**
Include the basic, high-level concepts for this feature here.

**Details*
These may include specific methods of implementation etc.

**Why would this feature be useful?**
A clear and concise description of why this feature would improve the CS Club website.

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

0 comments on commit b9f1695

Please sign in to comment.