summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorStefan van der Walt <stefanv@berkeley.edu>2021-03-04 07:11:41 -0800
committerGitHub <noreply@github.com>2021-03-04 09:11:41 -0600
commit954605ec08ad833899ffb956395f2d70f8eea2df (patch)
treea728df2ab2d8c29e8a36e98cd4a97581e87460ea /.github
parent7134dcfe5f43146ffd1ba8d9c58504ec7146ea3f (diff)
downloadnumpy-954605ec08ad833899ffb956395f2d70f8eea2df.tar.gz
MAINT: Update master to main after branch rename (gh-18544)
* Upload docs to main branch of neps/devdocs * Update `master` to `main` to be consistent with current state of renaming * Remove badges from README * Replace remaining instances of `master` with `main` * Add back logo * Fix CircleCI branch checks * Fix GA branch name * master->main in issue templates. * master->main for 2 links to numpy archive. * Change master to main in NEP 23 Co-authored-by: Ross Barnowski <rossbar@berkeley.edu>
Diffstat (limited to '.github')
-rw-r--r--.github/CONTRIBUTING.md2
-rw-r--r--.github/ISSUE_TEMPLATE/bug-report.md2
-rw-r--r--.github/ISSUE_TEMPLATE/feature-request.md2
-rw-r--r--.github/ISSUE_TEMPLATE/post-install.md2
-rw-r--r--.github/workflows/build_test.yml4
5 files changed, 6 insertions, 6 deletions
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md
index da5990956..8f16950f7 100644
--- a/.github/CONTRIBUTING.md
+++ b/.github/CONTRIBUTING.md
@@ -8,7 +8,7 @@ also include a brief, self-contained code example that demonstrates the problem.
If you are reporting a segfault please include a GDB traceback, which you can
generate by following
-[these instructions.](https://github.com/numpy/numpy/blob/master/doc/source/dev/development_environment.rst#debugging)
+[these instructions.](https://github.com/numpy/numpy/blob/main/doc/source/dev/development_environment.rst#debugging)
## Contributing code
diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md
index 78ffc1063..6da1f7370 100644
--- a/.github/ISSUE_TEMPLATE/bug-report.md
+++ b/.github/ISSUE_TEMPLATE/bug-report.md
@@ -20,7 +20,7 @@ import numpy as np
<!-- If you are reporting a segfault please include a GDB traceback, which you
can generate by following
-https://github.com/numpy/numpy/blob/master/doc/source/dev/development_environment.rst#debugging -->
+https://github.com/numpy/numpy/blob/main/doc/source/dev/development_environment.rst#debugging -->
<!-- Full error message, if any (starting from line Traceback: ...) -->
diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md
index 00c6f59c5..68872ec06 100644
--- a/.github/ISSUE_TEMPLATE/feature-request.md
+++ b/.github/ISSUE_TEMPLATE/feature-request.md
@@ -12,5 +12,5 @@ post your idea on the [numpy-discussion mailing list]
(https://mail.python.org/mailman/listinfo/numpy-discussion) to explain your
reasoning in addition to opening an issue or pull request. You can also check
out our [Contributor Guide]
-(https://github.com/numpy/numpy/blob/master/doc/source/dev/index.rst) if you
+(https://github.com/numpy/numpy/blob/main/doc/source/dev/index.rst) if you
need more information. -->
diff --git a/.github/ISSUE_TEMPLATE/post-install.md b/.github/ISSUE_TEMPLATE/post-install.md
index c0ec7896a..11b91384c 100644
--- a/.github/ISSUE_TEMPLATE/post-install.md
+++ b/.github/ISSUE_TEMPLATE/post-install.md
@@ -15,7 +15,7 @@ labels: 32 - Installation
<!-- If you are reporting a segfault please include a GDB traceback, which you
can generate by following
-https://github.com/numpy/numpy/blob/master/doc/source/dev/development_environment.rst#debugging -->
+https://github.com/numpy/numpy/blob/main/doc/source/dev/development_environment.rst#debugging -->
<!-- Full error message, if any (starting from line Traceback: ...) -->
diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml
index 5366fe75e..2f792339b 100644
--- a/.github/workflows/build_test.yml
+++ b/.github/workflows/build_test.yml
@@ -3,11 +3,11 @@ name: Build_Test
on:
push:
branches:
- - master
+ - main
- maintenance/**
pull_request:
branches:
- - master
+ - main
- maintenance/**
defaults: