From f2a3c790ddb569d2f2a7c0c4902d9e891cc7e742 Mon Sep 17 00:00:00 2001 From: Tasia Iso Date: Fri, 17 May 2024 08:12:46 +0200 Subject: [PATCH] docs: issue & pr templates draft --- .gitea/ISSUE_TEMPLATE/bug-report.md | 3 +++ .gitea/ISSUE_TEMPLATE/config.yaml | 5 +++++ .gitea/ISSUE_TEMPLATE/feature-rquest.md | 3 +++ .gitea/PULL_REQUEST_TEMPLATE.md | 9 +++++++++ 4 files changed, 20 insertions(+) create mode 100644 .gitea/ISSUE_TEMPLATE/bug-report.md create mode 100644 .gitea/ISSUE_TEMPLATE/config.yaml create mode 100644 .gitea/ISSUE_TEMPLATE/feature-rquest.md create mode 100644 .gitea/PULL_REQUEST_TEMPLATE.md 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) +