diff options
| author | 2026-01-16 04:23:02 +0100 | |
|---|---|---|
| committer | 2026-01-16 04:23:02 +0100 | |
| commit | 11621cd4b4c9ed3bfdc12c2d3658d89dedcc8d8e (patch) | |
| tree | 9a498b9f97aab7067c83bffe81066415723b0d09 /.github/ISSUE_TEMPLATE/config.yml | |
| parent | 7955de1f3362777f476759c3c7b2ba083688b0ae (diff) | |
| download | DropOut-11621cd4b4c9ed3bfdc12c2d3658d89dedcc8d8e.tar.gz DropOut-11621cd4b4c9ed3bfdc12c2d3658d89dedcc8d8e.zip | |
refactor: improve bug report templates based on PR review
- Remove time-sensitive version options (Latest Release/Snapshot)
- Simplify Java source option (remove Adoptium annotation)
- Update log upload instructions to use launcher terminal
- Format screenshot requirements for better readability
- Update documentation link to dropout.hydroroll.team
Co-authored-by: HsiangNianian <i@jyunko.cn>
Diffstat (limited to '.github/ISSUE_TEMPLATE/config.yml')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index c775ed3..b2dbc20 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,7 +1,7 @@ blank_issues_enabled: false contact_links: - name: Documentation - url: https://github.com/HsiangNianian/DropOut/blob/main/README.md + url: https://dropout.hydroroll.team about: Read the project documentation and guides - name: Discussions url: https://github.com/HsiangNianian/DropOut/discussions |