Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,14 @@ standardized:
- Using a commit message similar to `news70: add Japanese translation` helps
keep translations easily visible in the commit log
- Testing your translation
- Follow the instuctions in the [README.md](https://github.com/bitcoinops/bitcoinops.github.io/blob/master/README.md)
- Follow the instructions in the [README.md](https://github.com/bitcoinops/bitcoinops.github.io/blob/master/README.md)
- `make preview` to view the local website and review
- `make production` to run additional checks (link checking, linting, etc)
- For the page you have translated, ensure that the language code link shows
up on the `en` language variant
- Check that the page renders properly
- Create a pull request to the
[https://github.com/bitcoinops/bitcoinops.github.io]() repository
[bitcoinops/bitcoinops.github.io](https://github.com/bitcoinops/bitcoinops.github.io) repository
- One newsletter per PR allows for easier review
- Allowing edits from maintainers permits maintainers to make additional
commits to your PR branch
Expand Down