-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add issue templates, pull request template and contributing guidelines (
#22)
- Loading branch information
1 parent
acc62cb
commit 45b5cb5
Showing
5 changed files
with
52 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |