1
0
mirror of https://git.ngram.ca/OpenJam/rc-servers synced 2026-08-23 23:08:52 +00:00

Add some forgejo templates

This commit is contained in:
NGnius (Graham)
2025-05-21 18:22:07 -04:00
parent a94d545858
commit 1aeaf84326
3 changed files with 81 additions and 0 deletions

44
ISSUE_TEMPLATE/bug.yml Normal file
View File

@@ -0,0 +1,44 @@
name: "Bug Report"
description: "Report an issue"
labels: "bug"
body:
- type: textarea
id: buggy-behaviour
attributes:
label: What happened?
description: A clear and concise description of what you expected to happen.
validations:
required: true
- type: textarea
id: reproduction
attributes:
label: Steps To Reproduce
description: Steps to reproduce the behaviour.
placeholder: |
1. Go to '...'
2. Click on '....'
3. Scroll down to '.....'
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).
Tip: You can attach files by clicking this area to highlight it and then dragging them in.
validations:
required: false

View File

@@ -0,0 +1,5 @@
blank_issues_enabled: true
contact_links:
- name: NGram
url: https://git.ngram.ca/OpenJam/servers#contributing
about: Project leader

32
PULL_REQUEST_TEMPLATE.yml Normal file
View File

@@ -0,0 +1,32 @@
name: Pull Request
about: Request your change be pulled into the codebase
body:
- type: textarea
id: description
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
validations:
required: true
- type: checkboxes
id: checks
attributes:
label: Please confirm
options:
- label: I am the legal owner or represent the owner of all work submitted
required: true
- label: I consent to my submission being added to this FOSS project
required: true
- label: This PR used LLMs to generate some or all of the code changes
required: false