-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: Switch issue and PR templates to YAML
- Loading branch information
1 parent
99f5c8a
commit f95b1dc
Showing
6 changed files
with
119 additions
and
73 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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,53 @@ | ||
name: Bug Report | ||
description: File a bug report | ||
title: "[Bug]" | ||
|
||
body: | ||
- type: textarea | ||
attributes: | ||
label: Description of the Bug | ||
description: What's the issue you encountered? | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Reproduction Steps | ||
description: How can the issue be reproduced? | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Expected Behaviour | ||
description: What do you expect to happen? | ||
validations: | ||
required: true | ||
|
||
- type: input | ||
attributes: | ||
label: OS | ||
placeholder: "e.g. Windows 11" | ||
validations: | ||
required: true | ||
|
||
- type: input | ||
attributes: | ||
label: Browser | ||
placeholder: "e.g. Chrome" | ||
validations: | ||
required: false | ||
|
||
- type: input | ||
attributes: | ||
label: Device | ||
placeholder: "e.g. iPhone 15" | ||
validations: | ||
required: false | ||
|
||
- type: textarea | ||
attributes: | ||
label: Additional Notes | ||
description: Add any other notes or screenshots about the bug here. | ||
validations: | ||
required: false |
This file was deleted.
Oops, something went wrong.
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,31 @@ | ||
name: Feature Request | ||
description: Suggest a new feature for the CS Club website. | ||
|
||
body: | ||
- type: textarea | ||
attributes: | ||
label: Overview | ||
description: Include the basic, high-level concepts for this feature here. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Details | ||
description: These may include specific methods of implementation, design considerations, or any other technical details. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Why would this feature be useful? | ||
description: A clear and concise description of why this feature would improve the CS Club website. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Additional Notes | ||
description: Add any other notes or screenshots about the feature request here. | ||
validations: | ||
required: false |
This file was deleted.
Oops, something went wrong.
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,35 @@ | ||
--- | ||
name: Pull Request | ||
about: Create a pull request. | ||
title: "[Pull Request]" | ||
|
||
--- | ||
|
||
body: | ||
- type: textarea | ||
attributes: | ||
label: Description | ||
description: Briefly describe the purpose of this pull request. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Changes Made | ||
description: Provide a list of changes made in this pull request. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Related Issues | ||
description: Reference any related issues using keywords like "Fixes #issue-number". | ||
validations: | ||
required: false | ||
|
||
- type: textarea | ||
attributes: | ||
label: Additional Notes | ||
description: Add any other notes or screenshots that might be helpful for the reviewers. | ||
validations: | ||
required: false |