Replies: 2 comments 2 replies
-
|
@jbrzensk Does opening a discussion automatically notify all active contributors? (I couldn’t find any relevant settings related to discussion notifications on my end.) |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Hey @pritkc , with 100% positive votes, I think it is safe to proceed with this change if you want to tackle this next. Thank you! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Change default branch from 'master' to 'main'
I propose changing our default branch name from 'master' to 'main' to align with industry best practices and more inclusive terminology.
Motivation
GitHub and many other organizations have moved away from using 'master' as the default branch name due to its historical connotations. This change helps create a more inclusive environment for all contributors.
Notable organizations that have made this change include:
Required Changes
GitHub Workflows
.github/workflows/docs.yml: Lines 5, 13, 61.github/workflows/linter.yml: Lines 16, 58.github/workflows/JOSS-draft.yml: Line 12Configuration Files
.zenodo.json: Lines 30, 135doc/sphinx/source/conf.py: Line 35 (master_doc = 'index')Documentation
.github/PULL_REQUEST_TEMPLATE.md: Lines 2, 3, 60 (links to Contributing Guide and Code of Conduct)Note : These changes are per my eagle-eye view; they may evolve as I proceed with the test runs.
Migration Plan
Here's a proposed process for migrating:
References
6 votes ·
Beta Was this translation helpful? Give feedback.
All reactions