Skip to content

Commit bcd5911

Browse files
authored
Merge pull request #1 from BastianZim/add-docs-issue
Add docs issue
2 parents 0403f82 + e128407 commit bcd5911

File tree

5 files changed

+105
-3
lines changed

5 files changed

+105
-3
lines changed
Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
name: Correct existing content
2+
description: Suggest a correction of the conda-forge docs
3+
labels:
4+
- Docs
5+
- bug
6+
body:
7+
- type: markdown
8+
attributes:
9+
value: |
10+
Thanks for improving the conda-forge docs!
11+
12+
Please check to make sure someone hasn't already opened a similar [issue](https://github.com/conda-forge/conda-forge.github.io/issues) and then fill out the form below.
13+
14+
If you would like to add something to the docsm, please open an issue with a suggestion instead or directly make a PR.
15+
16+
_Note:_ As we're all volunteers, we cannot promise to include your change immediately and encourage you therefore to create a [PR](https://github.com/conda-forge/conda-forge.github.io/pulls) instead.
17+
18+
Don't worry about the completeness of your PR, we are happy to help with any questions you might have!
19+
20+
- type: input
21+
attributes:
22+
label: Where should the content be changed?
23+
description: Please provide a link to the page where the incorreect content appears.
24+
validations:
25+
required: false
26+
27+
- type: textarea
28+
attributes:
29+
label: What should be changed?
30+
description: |
31+
Please insert the content to be changed and what should be changed.
32+
33+
This can be just a couple of bullet points or the text to be included.
34+
35+
_Note:_ If you already have a pretty good idea of what the change should look like, you can also open a [PR](https://github.com/conda-forge/conda-forge.github.io/pulls) and change the content yourself.
36+
validations:
37+
required: true
38+
39+
- type: textarea
40+
attributes:
41+
label: Additional information
42+
description: Add any more info or links that explain what you want to change.
43+
validations:
44+
required: false
45+
46+
- type: checkboxes
47+
attributes:
48+
label: Incorrect or outdated
49+
description: Is the content incorrect or outdated?
50+
options:
51+
- label: Incorrect
52+
- label: Outdated
53+
validations:
54+
required: true
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
name: Improve existing content
2+
description: Make a suggestion about the conda-forge docs
3+
labels:
4+
- Docs
5+
- enhancement
6+
body:
7+
- type: markdown
8+
attributes:
9+
value: |
10+
Thanks for improving the conda-forge docs!
11+
12+
Please check to make sure someone hasn't already opened a similar [issue](https://github.com/conda-forge/conda-forge.github.io/issues) and then fill out the form below.
13+
14+
If you believe that something is incorrect in the docs, please open an issue with a fix instead or directly make a PR.
15+
16+
_Note:_ As we're all volunteers, we cannot promise to include your change immediately and encourage you therefore to create a [PR](https://github.com/conda-forge/conda-forge.github.io/pulls) instead.
17+
18+
Don't worry about the completeness of your PR, we are happy to help with any questions you might have!
19+
20+
- type: input
21+
attributes:
22+
label: Where should the content be added?
23+
description: In case the content fits onto an already exisiting page, please provide its name or link to it here.
24+
validations:
25+
required: false
26+
27+
- type: textarea
28+
attributes:
29+
label: What should be added?
30+
description: |
31+
Please insert the content to be added.
32+
33+
This can be just a couple of bullet points or the text to be included.
34+
35+
_Note:_ If you already have a pretty good idea of what the addtion should look like, you can also open a [PR](https://github.com/conda-forge/conda-forge.github.io/pulls) and add the content yourself.
36+
validations:
37+
required: true
38+
39+
- type: textarea
40+
attributes:
41+
label: Additional information
42+
description: Add any more info or links that explain what you want to add.
43+
validations:
44+
required: false

.github/ISSUE_TEMPLATE/error_template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Report an issue
22
description: Report an issue you are experiencing.
3-
labels: General
3+
labels: bug
44
body:
55
- type: markdown
66
attributes:

.github/ISSUE_TEMPLATE/general_template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Ask a general question
22
description: Ask a general question about conda-forge
3-
labels: General
3+
labels: question
44
body:
55
- type: textarea
66
id: comment

src/user/announcements.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,11 @@ Our announcements are published to an RSS feed `here <https://conda-forge.org/do
3737
:2021-10-13: GCC 10 and clang 12 as default compilers for Linux and macOS
3838

3939
These compilers will become the default for building packages in conda-forge.
40-
One notable change in GCC 10 is that the -fopenmp flag in FFLAGS is dropped.
40+
One notable change in gcc 10 is that the -fopenmp flag in FFLAGS is dropped.
41+
In clang 12, -std=c++14 explicit flag has been dropped from CXXFLAGS,
42+
as it is the default compilation mode for clang 12. In gcc 11, the default
43+
is -std=gnu++17. In clang>=12 and gcc>=11, we will not provide an explicit
44+
C++ standard, and will defer to the compiler default.
4145

4246
:2021-10-04: python 3.6 is now dropped when building conda-forge packages
4347

0 commit comments

Comments
 (0)