We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 042dc19 commit c7eb045Copy full SHA for c7eb045
.github/ISSUE_TEMPLATE/config.yml
@@ -0,0 +1,11 @@
1
+blank_issues_enabled: true
2
+contact_links:
3
+ - name: Conda-forge gitter chat
4
+ url: https://gitter.im/conda-forge/conda-forge.github.io
5
+ about: Chat to us about conda-forge and ask general questions.
6
+ - name: Conda-forge documentation
7
+ url: https://conda-forge.org/docs/
8
+ about: The complete conda-forge documentation.
9
+ - name: Conda-forge packages
10
+ url: https://conda-forge.org/feedstock-outputs/
11
+ about: For when you have an issue with a specific package.
.github/ISSUE_TEMPLATE/issue_template.yml
@@ -0,0 +1,8 @@
+name: General question
+description: Ask a general question about conda-forge
+labels: General
+body:
+ - type: textarea
+ id: comment
+ attributes:
+ label: "General question:"
0 commit comments