diff options
| author | Hilton Chain <hako@ultrarare.space> | 2025-05-28 05:44:38 +0800 |
|---|---|---|
| committer | Hilton Chain <hako@ultrarare.space> | 2025-06-02 17:01:02 +0800 |
| commit | 5c6d5214f6e2855490ca54ebf8a570a97a4b7658 (patch) | |
| tree | aa410f13bd7818e181a5f9e86a30b8f025a3a5bd /.forgejo | |
| parent | 9539773875695431134a0f31c50eba5fcd1563b5 (diff) | |
forgejo: Add issue configuration.
* .forgejo/issue_template/config.yaml: New file.
Change-Id: I9a10e0ff3fed0c65617f4040dd5de366c9993ede
Diffstat (limited to '.forgejo')
| -rw-r--r-- | .forgejo/issue_template/config.yaml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/.forgejo/issue_template/config.yaml b/.forgejo/issue_template/config.yaml new file mode 100644 index 00000000000..45291f65414 --- /dev/null +++ b/.forgejo/issue_template/config.yaml | |||
| @@ -0,0 +1,22 @@ | |||
| 1 | # Force the use of templates. | ||
| 2 | blank_issues_enabled: false | ||
| 3 | contact_links: | ||
| 4 | - name: Guix Issue Tracker (will stop accepting new submittions on January 1st, 2026) | ||
| 5 | url: https://issues.guix.gnu.org/ | ||
| 6 | about: Submit patches and bug reports via email. | ||
| 7 | |||
| 8 | - name: Help Mailing List (help-guix@gnu.org) | ||
| 9 | url: https://lists.gnu.org/mailman/listinfo/help-guix | ||
| 10 | about: Subscribe to the Help mailing list to get support from the GNU Guix community via email. You can post messages in English though we also accept other languages. | ||
| 11 | |||
| 12 | - name: Development Mailing List (guix-devel@gnu.org) | ||
| 13 | url: https://lists.gnu.org/mailman/listinfo/guix-devel | ||
| 14 | about: Discussion about the development of GNU Guix. | ||
| 15 | |||
| 16 | - name: Security Mailing List (guix-security@gnu.org) | ||
| 17 | url: https://lists.gnu.org/mailman/listinfo/guix-security | ||
| 18 | about: Report security issues in Guix itself or in the packages it provides. Posting here allows Guix developers to address the problem before it is widely publicized. | ||
| 19 | |||
| 20 | - name: Contact - GNU Guix | ||
| 21 | url: https://guix.gnu.org/en/contact/ | ||
| 22 | about: Communication channels of GNU Guix. | ||
