mirror of
https://git.ngram.ca/OpenJam/rc-servers
synced 2026-08-23 23:08:52 +00:00
Update and add more project templates
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
name: "Bug Report"
|
||||
description: "Report an issue"
|
||||
labels: "bug"
|
||||
projects: "HQ"
|
||||
body:
|
||||
- type: textarea
|
||||
id: buggy-behaviour
|
||||
@@ -21,24 +22,15 @@ body:
|
||||
4. See error......
|
||||
validations:
|
||||
required: true
|
||||
- type: dropdown
|
||||
id: game
|
||||
attributes:
|
||||
label: Game
|
||||
multiple: true
|
||||
options:
|
||||
- Cardlife
|
||||
- Robocraft
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: extras
|
||||
attributes:
|
||||
label: Anything else?
|
||||
description: |
|
||||
Screenshots? Operating System? Version?
|
||||
Please include the log (in your Robocraft folder, `outputLog#.txt` where `#` is a digit 0 through 9).
|
||||
Please include the client log (in your Robocraft folder, `outputLog#.txt` where `#` is a digit 0 through 9).
|
||||
If you have access to the server logs, please also include any relevant service logs.
|
||||
|
||||
Tip: You can attach files by clicking this area to highlight it and then dragging them in.
|
||||
Tip: You can attach files by clicking this area to highlight it and then dragging the files in.
|
||||
validations:
|
||||
required: false
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
blank_issues_enabled: true
|
||||
contact_links:
|
||||
- name: NGram
|
||||
url: https://git.ngram.ca/OpenJam/servers#contributing
|
||||
url: https://git.ngram.ca/OpenJam/rc-servers#contributing
|
||||
about: Project leader
|
||||
|
||||
23
ISSUE_TEMPLATE/feature.yml
Normal file
23
ISSUE_TEMPLATE/feature.yml
Normal file
@@ -0,0 +1,23 @@
|
||||
name: "Feature Request"
|
||||
description: "Request new functionality"
|
||||
labels: "feature"
|
||||
body:
|
||||
- type: textarea
|
||||
id: desired-behaviour
|
||||
attributes:
|
||||
label: What should be added?
|
||||
description: A clear and concise description of the feature you'd like.
|
||||
placeholder: |
|
||||
E14 should be winning since Bang Bang Badger is backing them.
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: extras
|
||||
attributes:
|
||||
label: Anything else?
|
||||
description: |
|
||||
Screenshots? Version? Miscellaneous thoughts? Motivation?
|
||||
|
||||
Tip: You can attach files by clicking this area to highlight it and then dragging them in.
|
||||
validations:
|
||||
required: false
|
||||
32
ISSUE_TEMPLATE/improvement.yml
Normal file
32
ISSUE_TEMPLATE/improvement.yml
Normal file
@@ -0,0 +1,32 @@
|
||||
name: "Enhancement"
|
||||
description: "Request an improvement to existing functionality"
|
||||
labels: "enhancement"
|
||||
body:
|
||||
- type: textarea
|
||||
id: current-behaviour
|
||||
attributes:
|
||||
label: What currently happens?
|
||||
description: A clear and concise description of what happens now.
|
||||
placeholder: |
|
||||
The CF-Alliance is winning the war.
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: desired-behaviour
|
||||
attributes:
|
||||
label: What should happen instead?
|
||||
description: A clear and concise description of the change you'd like made.
|
||||
placeholder: |
|
||||
E14 should be winning since Bang Bang Badger is backing them.
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: extras
|
||||
attributes:
|
||||
label: Anything else?
|
||||
description: |
|
||||
Screenshots? Version? Miscellaneous thoughts? Motivation?
|
||||
|
||||
Tip: You can attach files by clicking this area to highlight it and then dragging them in.
|
||||
validations:
|
||||
required: false
|
||||
@@ -6,17 +6,7 @@ body:
|
||||
attributes:
|
||||
label: Description
|
||||
description: What does this change accomplish?
|
||||
placeholder: 'This changes the sky from blue to red and fixes issue #42'
|
||||
validations:
|
||||
required: true
|
||||
- type: dropdown
|
||||
id: game
|
||||
attributes:
|
||||
label: Game
|
||||
multiple: true
|
||||
options:
|
||||
- Cardlife
|
||||
- Robocraft
|
||||
placeholder: 'This changes the CF-Alliance to E14 and fixes issue #42'
|
||||
validations:
|
||||
required: true
|
||||
- type: checkboxes
|
||||
@@ -24,9 +14,11 @@ body:
|
||||
attributes:
|
||||
label: Please confirm
|
||||
options:
|
||||
- label: I am the legal owner or represent the owner of all work submitted
|
||||
- label: I am the legal owner or represent the legal owner of all work submitted (including LLM-generated code, if any)
|
||||
required: true
|
||||
- label: I consent to my submission being added to this FOSS project
|
||||
- label: I consent to my changes being added to this FOSS project
|
||||
required: true
|
||||
- label: I have confirmed that this does not add new errors or warnings with `utils/clippy.sh`
|
||||
required: true
|
||||
- label: This PR used LLMs to generate some or all of the code changes
|
||||
required: false
|
||||
|
||||
Reference in New Issue
Block a user