diff --git a/.gitea/ISSUE_TEMPLATE/bug-report.md b/.gitea/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 00000000..8840eac0 --- /dev/null +++ b/.gitea/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,3 @@ +--- +name: 'Bug Report' +--- diff --git a/.gitea/ISSUE_TEMPLATE/config.yaml b/.gitea/ISSUE_TEMPLATE/config.yaml new file mode 100644 index 00000000..dfe7f40f --- /dev/null +++ b/.gitea/ISSUE_TEMPLATE/config.yaml @@ -0,0 +1,5 @@ +blank_issues_enabled: true +contact_links: + - name: Documentation + url: https://dev.tildefriends.net/cory/tildefriends/src/branch/main/docs/index.md + about: Read the documentation diff --git a/.gitea/ISSUE_TEMPLATE/feature-rquest.md b/.gitea/ISSUE_TEMPLATE/feature-rquest.md new file mode 100644 index 00000000..941fe684 --- /dev/null +++ b/.gitea/ISSUE_TEMPLATE/feature-rquest.md @@ -0,0 +1,3 @@ +--- +name: 'Feature Request' +--- diff --git a/.gitea/PULL_REQUEST_TEMPLATE.md b/.gitea/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..3feaa382 --- /dev/null +++ b/.gitea/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,9 @@ +To Do List + +- [ ] My changes are documented in the [documentation](https://dev.tildefriends.net/cory/tildefriends/src/branch/main/docs/index.md) +- [ ] I have tested my changes +- [ ] I agree to the contribution guidelines + - [ ] [C](https://dev.tildefriends.net/cory/tildefriends/src/branch/main/docs/guidelines/c-guidelines.md) + - [ ] [JavaScript](https://dev.tildefriends.net/cory/tildefriends/src/branch/main/docs/guidelines/javascript-guidelines.md) + - [ ] [documentation](https://dev.tildefriends.net/cory/tildefriends/src/branch/main/docs/guidelines/documentation-guidelines.md) +