Skip to content

Commit

Permalink
Changing most references in our codebase from master to main
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Tursi <[email protected]>
  • Loading branch information
Maxrimus committed May 26, 2021
1 parent 7e877bf commit 7a3bd26
Show file tree
Hide file tree
Showing 34 changed files with 524 additions and 46 deletions.
4 changes: 2 additions & 2 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@ project, please refer to:
---

[0]: https://developercertificate.org/
[1]: https://github.com/chapel-lang/chapel/tree/master/doc/rst/developer/bestPractices/DCO.rst
[1]: https://github.com/chapel-lang/chapel/tree/main/doc/rst/developer/bestPractices/DCO.rst
[2]: https://chapel-lang.org/contributing.html
[3]: https://github.com/chapel-lang/chapel/tree/master/doc/rst/developer/bestPractices/ContributorInfo.rst
[3]: https://github.com/chapel-lang/chapel/tree/main/doc/rst/developer/bestPractices/ContributorInfo.rst
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ If an input file is required, include it as well. -->
**Associated Future Test(s):**
<!-- Are there any tests in Chapel's test system that demonstrate this issue?
e.g. [`test/path/to/foo.chpl`](
https://github.com/chapel-lang/chapel/blob/master/test/path/to/foo.chpl
https://github.com/chapel-lang/chapel/blob/main/test/path/to/foo.chpl
) #1234 -->

### Configuration Information
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CI

on:
push:
branches: [ master ]
branches: [ main ]
pull_request:

env:
Expand Down
Loading

0 comments on commit 7a3bd26

Please sign in to comment.