Skip to content

Commit 93e29e9

Browse files
authored
🔄 synced file(s) with conda/infrastructure (#172)
Co-authored-by: Conda Bot <[email protected]>
1 parent 939488d commit 93e29e9

File tree

2 files changed

+38
-1
lines changed

2 files changed

+38
-1
lines changed
+37
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
name: Documentation
3+
description: Create a documentation related issue.
4+
labels:
5+
- type::documentation
6+
body:
7+
- type: markdown
8+
attributes:
9+
value: |
10+
> [!NOTE]
11+
> Documentation requests that are incomplete or missing information may be closed as inactionable.
12+
13+
Since there are already a lot of open issues, please also take a moment to search existing ones to see if your bug has already been reported. If you find something related, please upvote that issue and provide additional details as necessary.
14+
15+
💐 Thank you for helping to make conda better. We would be unable to improve conda without our community!
16+
- type: checkboxes
17+
id: checks
18+
attributes:
19+
label: Checklist
20+
description: Please confirm and check all of the following options.
21+
options:
22+
- label: I added a descriptive title
23+
required: true
24+
- label: I searched open reports and couldn't find a duplicate
25+
required: true
26+
- type: textarea
27+
id: what
28+
attributes:
29+
label: What happened?
30+
description: Mention here any typos, broken links, or missing, incomplete, or outdated information, etc. that you have noticed in the conda docs or CLI help.
31+
validations:
32+
required: true
33+
- type: textarea
34+
id: context
35+
attributes:
36+
label: Additional Context
37+
description: Include any additional information (or screenshots) that you think would be valuable.

.github/workflows/stale.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
with:
4040
path: https://raw.githubusercontent.com/conda/infra/main/.github/messages.yml
4141

42-
- uses: actions/stale@v8
42+
- uses: actions/stale@v9
4343
id: stale
4444
with:
4545
# Only issues with these labels are checked whether they are stale

0 commit comments

Comments
 (0)