Skip to content

Commit 1723cba

Browse files
committed
🤖 updated file(s)
1 parent a8e7dbf commit 1723cba

File tree

6 files changed

+89
-16
lines changed

6 files changed

+89
-16
lines changed

‎.github/workflows/cla.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Check CLA
21-
uses: conda/actions/check-cla@87cb4b58e6a169cb41db8af4d49ace6275f7b213 # v25.9.0
21+
uses: conda/actions/check-cla@f05161c6e6e37a49b17c8e0b436197b53830318a # v25.9.2
2222
with:
2323
# [required]
2424
# A token with ability to comment, label, and modify the commit status

‎.github/workflows/labels.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
GLOBAL: https://raw.githubusercontent.com/conda/infra/main/.github/global.yml
2424
LOCAL: .github/labels.yml
2525
steps:
26-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
26+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
2727

2828
- id: has_local
2929
uses: andstor/file-existence-action@076e0072799f4942c8bc574a82233e1e4d13e9d6 # v3.0.0

‎.github/workflows/lock.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
if: '!github.event.repository.fork'
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: dessant/lock-threads@1bf7ec25051fe7c00bdd17e6a7cf3d7bfb7dc771 # v5.0.1
20+
- uses: dessant/lock-threads@7266a7ce5c1df01b1c6db85bf8cd86c737dadbe7 # v6.0.0
2121
with:
2222
# Number of days of inactivity before a closed issue is locked
2323
issue-inactive-days: 180

‎.github/workflows/stale.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ jobs:
3333
days-before-issue-stale: 90
3434
days-before-issue-close: 21
3535
steps:
36-
- uses: conda/actions/read-yaml@87cb4b58e6a169cb41db8af4d49ace6275f7b213 # v25.9.0
36+
- uses: conda/actions/read-yaml@f05161c6e6e37a49b17c8e0b436197b53830318a # v25.9.2
3737
id: read_yaml
3838
with:
3939
path: https://raw.githubusercontent.com/conda/infra/main/.github/messages.yml
4040

41-
- uses: actions/stale@3a9db7e6a41a89f618792c92c0e97cc736e1b13f # v10.0.0
41+
- uses: actions/stale@997185467fa4f803885201cee163a9f38240193d # v10.1.1
4242
id: stale
4343
with:
4444
# Only issues with these labels are checked whether they are stale

‎.github/workflows/update.yml‎

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
runs-on: ubuntu-latest
3232
steps:
3333
- if: github.event_name == 'issue_comment'
34-
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0
34+
uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5.0.0
3535
with:
3636
comment-id: ${{ github.event.comment.id }}
3737
reactions: eyes
@@ -44,7 +44,7 @@ jobs:
4444
echo REPOSITORY=$(curl --silent ${{ github.event.issue.pull_request.url }} | jq --raw-output '.head.repo.full_name') >> $GITHUB_ENV
4545
echo REF=$(curl --silent ${{ github.event.issue.pull_request.url }} | jq --raw-output '.head.ref') >> $GITHUB_ENV
4646
47-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
47+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
4848
with:
4949
repository: ${{ env.REPOSITORY || github.repository }}
5050
ref: ${{ env.REF || '' }}
@@ -55,11 +55,11 @@ jobs:
5555
git config --global user.name 'Conda Bot'
5656
git config --global user.email '18747875+conda-bot@users.noreply.github.com'
5757
58-
- uses: conda/actions/combine-durations@87cb4b58e6a169cb41db8af4d49ace6275f7b213 # v25.9.0
58+
- uses: conda/actions/combine-durations@f05161c6e6e37a49b17c8e0b436197b53830318a # v25.9.2
5959
id: durations
6060
continue-on-error: true
6161

62-
- uses: conda/actions/template-files@87cb4b58e6a169cb41db8af4d49ace6275f7b213 # v25.9.0
62+
- uses: conda/actions/template-files@f05161c6e6e37a49b17c8e0b436197b53830318a # v25.9.2
6363
id: templates
6464
continue-on-error: true
6565

@@ -80,7 +80,7 @@ jobs:
8080
- if: github.event.comment.body != '@conda-bot render'
8181
id: create
8282
# no-op if no commits were made
83-
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8
83+
uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 # v8.0.0
8484
with:
8585
push-to-fork: ${{ env.FORK }}
8686
token: ${{ secrets.SYNC_TOKEN }}
@@ -116,7 +116,7 @@ jobs:
116116
run: git push --force-with-lease
117117

118118
- if: always() && github.event_name == 'issue_comment'
119-
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0
119+
uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5.0.0
120120
with:
121121
comment-id: ${{ github.event.comment.id }}
122122
reactions: ${{ (steps.create.conclusion == 'success' || steps.update.conclusion == 'success') && 'hooray' || 'confused' }}

‎HOW_WE_USE_GITHUB.md‎

Lines changed: 78 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ This document seeks to outline how we as a community use GitHub Issues to track
3939

4040
- [What is "Issue Sorting"?](#what-is-issue-sorting)
4141
- [Issue Sorting Procedures](#issue-sorting-procedures)
42+
- [Development Processes](#development-processes)
43+
- [Code Review and Merging](#code-review-and-merging)
4244
- [Commit Signing](#commit-signing)
4345
- [Types of Issues](#types-of-issues)
4446
- [Standard Issue](#standard-issue)
@@ -265,21 +267,92 @@ Community support can be found elsewhere, though, and we encourage you to explor
265267

266268
In order to not have to manually type or copy/paste the above repeatedly, note that it's possible to add text for the most commonly-used responses via [GitHub's "Add Saved Reply" option][docs-saved-reply].
267269

268-
## Commit Signing
270+
## Development Processes
269271

270-
For all maintainers, we require commit signing and strongly recommend it for all others wishing to contribute. More information about how to set this up within GitHub can be found here:
272+
The following are practices the conda organization encourages for feature
273+
development. While we recommend projects under the conda organization adopt
274+
these practices, they are not strictly required.
271275

272-
- [GitHub's signing commits docs][docs-commit-signing]
276+
### How should we approach feature development?
277+
278+
For new features, first open an issue if one doesn’t exist. Once the feature request
279+
has been accepted (indicated by the issue's status transitioning from "Sorting" to
280+
"Refinement"), create a specification to gather early feedback. This can include
281+
mockups, API/command references, a written plan in the issue, and sample CLI
282+
arguments (without functionality).
283+
284+
### What is our change process?
285+
286+
For larger features, break down the work into smaller, manageable issues
287+
that are added to the backlog. As long as a feature remains on the roadmap
288+
or backlog, do not create long-lived feature branches that span multiple
289+
pull requests. Instead, you should integrate small slices of an overall
290+
feature directly into the main branch to avoid complex integration challenges.
291+
292+
### Should we make unrelated changes at the same time?
293+
294+
When making changes, try to follow the Campsite Rule to leave things better
295+
than when you found them. You should enhance the code you encounter, even if
296+
primary goal is unrelated. This could involve refactoring small sections,
297+
improving readability, or fixing minor bugs.
298+
299+
## Code Review and Merging
300+
301+
### What are the review requirements?
302+
303+
#### Standard Review
304+
305+
Most code changes require one reviewer from someone on the maintainer team for
306+
the repository. Instead of waiting for someone on the team to review it,
307+
directly requesting a review from the person you previously identified to work
308+
with is preferred to optimize teamwork. If you paired with them during
309+
development, continuous review counts as this requirement.
310+
311+
#### Second Review
312+
313+
Required only when the code author or the first reviewer feels like it is
314+
necessary to get another set of eyes on a proposed change. In this case, they
315+
add someone specific through GitHub's Request Review feature with a comment on
316+
what they want the person to look for.
317+
318+
### What are the code review best practices?
319+
320+
If you are conducting a review, adhere to these best practices:
321+
322+
- Provide comprehensive feedback in the first review to minimize review rounds
323+
- Reserve Request Changes for blocking issues (bugs or other major problems) —
324+
Select Comment for suggestions and improvements
325+
- Follow-up reviews should focus on whether requested changes resolve original
326+
comments
327+
- Code should be production-ready and maintainable when merged, but doesn't
328+
need to be perfect
329+
- If providing feedback outside the core review focus (nitpicks, tips,
330+
suggestions), clearly mark these as non-blocking comments that don't need to
331+
be addressed before merging.
332+
333+
### How do we merge code?
334+
335+
If you are the approving reviewer (typically the first reviewer, or the second
336+
reviewer when needed) and you have completed your review and approved the
337+
changes, you should merge the code immediately to maintain development
338+
velocity.
339+
340+
Normally, we use squash and merge to keep a clean git history. If you are
341+
merging a pull request, help ensure that the pull request title is updated.
273342

274343
## Types of Issues
275344

276345
### Standard Issue
277346

278-
TODO
347+
Standard issues represent typical bug reports, feature requests, or other work
348+
items that have a clear definition and expected outcome.
279349

280350
### Epics
281351

282-
TODO
352+
Epics are large work items that can be broken down into smaller, more
353+
manageable issues. They typically represent major features or significant
354+
changes that span multiple iterations or releases. Relate the smaller
355+
issues to the epic using the sub-issues feature in GitHub.
283356

284357
### Spikes
285358

0 commit comments

Comments
 (0)