Skip to content

Commit

Permalink
Default branch renamed from master to main
Browse files Browse the repository at this point in the history
  • Loading branch information
cxw42 committed Dec 11, 2021
1 parent e33d116 commit d097df2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,12 @@ CC-BY-SA 3.0, or any later version, at the option of the person using
your contribution. See [LICENSE.md](LICENSE.md) for the license text
and more details.

**Update 2019-09-30** Please do not use _any_ code or other content from
Please do not use _any_ code or other content from
Stack Overflow or any other Stack Exchange Web site. Explanation follows.
I hope to be able to remove this request in the near future!

Stack Exchange is currently going through a
[relicensing process](https://meta.stackexchange.com/q/333615/274096),
and has not provided information I need about licenses to Stack Exchange-hosted
In 2019, Stack Exchange (SE) went through a
[relicensing process](https://meta.stackexchange.com/q/333615/274096).
SE has not provided information I need about licenses to SE-hosted
content. I would like to avoid introducing any ambiguity into the TabFern code
base if at all possible. Thank you for your understanding!

Expand All @@ -32,15 +31,16 @@ base if at all possible. Thank you for your understanding!
1. Install [node.js](https://nodejs.org/). It comes with `npm`.
1. At a command line, `npm install -g npx`.
1. Fork this repo and clone your fork to your local machine.
* **Update 2021-12-11** The default branch is called `main` (not `master`).

## Developing

We use a [Brunch](https://brunch.io/docs/getting-started)-based workflow. See
below for why. Developing on the `master` branch involves:
below for why. Developing on the `main` branch involves:

1. At a command prompt (`cmd` or `bash`, whichever works), `cd` to the
directory where your fork is.
1. Create a new branch (e.g., `git checkout -b mybranch origin/master`)
1. Create a new branch (e.g., `git checkout -b mybranch origin/main`)
1. Run `npm install`. This will download all the other packages TabFern and
its build process use.
1. Run `npx brunch w`. This will build `app/` and the other directories in the
Expand Down

0 comments on commit d097df2

Please sign in to comment.