diff options
| author | 2026-01-16 11:27:59 +0800 | |
|---|---|---|
| committer | 2026-01-16 11:27:59 +0800 | |
| commit | d02dd4df19e763a4dc94950e3a929ea454dfa500 (patch) | |
| tree | 9a498b9f97aab7067c83bffe81066415723b0d09 /.github/ISSUE_TEMPLATE/config.yml | |
| parent | fa11a9152fdf519bb5f222d94e2ce937babb17fb (diff) | |
| parent | 11621cd4b4c9ed3bfdc12c2d3658d89dedcc8d8e (diff) | |
| download | DropOut-d02dd4df19e763a4dc94950e3a929ea454dfa500.tar.gz DropOut-d02dd4df19e763a4dc94950e3a929ea454dfa500.zip | |
Merge pull request #47 from BegoniaHe/chore/add-github-templates
Diffstat (limited to '.github/ISSUE_TEMPLATE/config.yml')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/config.yml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..b2dbc20 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,11 @@ +blank_issues_enabled: false +contact_links: + - name: Documentation + url: https://dropout.hydroroll.team + about: Read the project documentation and guides + - name: Discussions + url: https://github.com/HsiangNianian/DropOut/discussions + about: Ask questions and discuss ideas with the community + - name: Releases + url: https://github.com/HsiangNianian/DropOut/releases + about: Download the latest version or view changelog |