Skip to content

Commit

Permalink
Add issue templates, pull request template and contributing guidelines (
Browse files Browse the repository at this point in the history
  • Loading branch information
LamboCreeper authored May 11, 2024
1 parent acc62cb commit 45b5cb5
Show file tree
Hide file tree
Showing 5 changed files with 52 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Contributing

Before contributing a pull request, please [raise an issue](https://github.com/codesupport/code-review-tool/issues/new) stating:
- What functionality you are adding
- Why you are adding this functionality (what's the benefit)

Discussion will then take place on the GitHub Issue by members of the community allowing them to express their thoughts.
However, the final decision will be made by the [CodeSupport Discord](https://codesupport.dev/discord) moderation team.

We advise you to only start working on the functionality once your Issue receives the "[accepted](https://github.com/codesupport/code-review-tool/issues?q=is%3Aopen+is%3Aissue+label%3Aaccepted)" label.
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---

name: Bug
about: Report a bug
title: ''
labels: 'bug'
assignees: ''
---

### Overview
<!-- Please describe the bug, including your browser and operating system versions, below: -->

### Expected Behaviour
<!-- Please describe how you expect this functionality to work: -->

### Actual Behaviour
<!-- Please describe how this functionality is actually working: -->
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: Discord Community
url: https://codesupport.dev/discord
about: For general CRT discussion and support please visit our Discord
14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/feature.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---

name: Feature
about: Suggest new functionality
title: ''
labels: 'enhancement'
assignees: ''
---

### What Functionality Are You Suggesting?
<!-- Please describe the functionality below: -->

### Why Will This Benefit The Community?
<!-- Please explain why this functionality would benefit our community below: -->
6 changes: 6 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Resolves #ISSUE_NUMBER_HERE

### Overview
<!-- Please bullet point the changes you have made below: -->
- Change 1
- Change 2

0 comments on commit 45b5cb5

Please sign in to comment.