mirror of
https://codeberg.org/sunder/sunder.git
synced 2026-07-16 06:24:36 +00:00
add templates
This commit is contained in:
parent
c75f17dfe9
commit
e984e905e6
3 changed files with 36 additions and 0 deletions
5
.forgejo/issue_template/config.yml
Normal file
5
.forgejo/issue_template/config.yml
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
blank_issues_enabled: false
|
||||||
|
contact_links:
|
||||||
|
- name: Sunder
|
||||||
|
url: https://matrix.to/#/#sunder:matrix.org
|
||||||
|
about: Join us on Matrix
|
||||||
14
.forgejo/issue_template/default.md
Normal file
14
.forgejo/issue_template/default.md
Normal file
|
|
@ -0,0 +1,14 @@
|
||||||
|
---
|
||||||
|
name: 'Default'
|
||||||
|
about: 'The default template for issues'
|
||||||
|
ref: 'main'
|
||||||
|
---
|
||||||
|
|
||||||
|
# Summary
|
||||||
|
|
||||||
|
<!-- Summarize the bug encountered concisely. -->
|
||||||
|
|
||||||
|
# Relevant logs and/or screenshots
|
||||||
|
|
||||||
|
<!-- Paste any relevant logs - use code blocks (```) to format console output, logs, and code
|
||||||
|
as it's tough to read otherwise. -->
|
||||||
17
.forgejo/pull_request_template.md
Normal file
17
.forgejo/pull_request_template.md
Normal file
|
|
@ -0,0 +1,17 @@
|
||||||
|
---
|
||||||
|
name: 'Default'
|
||||||
|
about: 'The default pull requests template'
|
||||||
|
ref: 'main'
|
||||||
|
---
|
||||||
|
|
||||||
|
# Description
|
||||||
|
|
||||||
|
<!-- Briefly describe the purpose of this merge request -->
|
||||||
|
|
||||||
|
# Related Issues
|
||||||
|
|
||||||
|
<!-- List any related issues or tickets -->
|
||||||
|
|
||||||
|
# Screenshots
|
||||||
|
|
||||||
|
<!-- If applicable, provide screenshots or visual representations of the changes -->
|
||||||
Loading…
Add table
Add a link
Reference in a new issue