浏览代码

contributing: add guide for making proposals (#6784)

[skip ci]
Joe Chen 3 年之前
父节点
当前提交
8442d8530a
共有 2 个文件被更改,包括 10 次插入10 次删除
  1. 6 9
      .github/CONTRIBUTING.md
  2. 4 1
      .github/ISSUE_TEMPLATE/config.yml

文件差异内容过多而无法显示
+ 6 - 9
.github/CONTRIBUTING.md


+ 4 - 1
.github/ISSUE_TEMPLATE/config.yml

@@ -1,5 +1,8 @@
-blank_issues_enabled: false
+blank_issues_enabled: true
 contact_links:
   - name: Ask questions
     url: https://github.com/gogs/gogs/discussions
     about: Please ask questions in Discussions.
+  - name: Make a proposal
+    url: https://github.com/gogs/gogs/discussions/categories/proposal
+    about: Please make proposals in Discussions.