mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 08:43:53 +01:00
Fix some inaccuracies
Removed line about bugfix only Removed line about merging to master branch because that's not how we have it set up at this repo.
This commit is contained in:
parent
07397874c0
commit
af0ed1dbb0
@ -1,5 +1,3 @@
|
||||
# Only bugfix are accepted
|
||||
|
||||
# Contributing to Bitburner
|
||||
|
||||
## In General
|
||||
@ -156,7 +154,6 @@ upstream/master
|
||||
- Work in a new branch forked from the `dev` branch to isolate your new code.
|
||||
- Keep code-changes on a branch as small as possible. This makes it easier for code review. Each branch should be its own independent feature.
|
||||
- Regularly rebase your branch against `dev` to make sure you have the latest updates pulled.
|
||||
- When merging, always merge your branch into `dev`. When releasing a new update, merge `dev` into `master`.
|
||||
|
||||
## Running locally
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user