mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 08:43:53 +01:00
DOCS: Adding information to CONTRIBUTING.md (#1049)
This commit is contained in:
parent
788a7549da
commit
f79470148e
@ -207,9 +207,17 @@ the following rules:
|
|||||||
- Ensure you have run `npm run lint` to make sure your changes conform to the
|
- Ensure you have run `npm run lint` to make sure your changes conform to the
|
||||||
rules enforced across the code base. The command will fail if any of the
|
rules enforced across the code base. The command will fail if any of the
|
||||||
linters find a violation.
|
linters find a violation.
|
||||||
|
- Ensure you have run `npm run format` to make sure your changes conform to the
|
||||||
|
style guide.
|
||||||
|
- Also, ensure you have run `npm run test` to make sure your changes pass
|
||||||
|
the automated tests.
|
||||||
- Do not check in any bundled files (`dist\*.bundle.js`) or the `index.html`
|
- Do not check in any bundled files (`dist\*.bundle.js`) or the `index.html`
|
||||||
in the root of the repository. These will be updated as part of official
|
in the root of the repository. These will be updated as part of official
|
||||||
releases.
|
releases.
|
||||||
|
- The title of your Pull Request will need to be formatted like
|
||||||
|
`MISC: Reticulated the splines`, where the first word must be capitalised
|
||||||
|
and relate to the kind of change being implemented. Possible examples
|
||||||
|
are UI, BUGFIX, SERVERS, NETSCRIPT... You get the idea.
|
||||||
|
|
||||||
## As a Documenter
|
## As a Documenter
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user