Skip to content

Commit

Permalink
fixed dead links in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
undergroundwires committed Jul 19, 2020
1 parent 9b20175 commit 25ce236
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,16 @@
6. Issue that pull request!
- 🙏 DO
- Document your changes in the pull request
- 💡 Check [developer notes](./docs/developer-notes.md) if you need help
- ❗ DON'T
- Do not update the versions, current version is only [set by the maintainer](./docs/gitops.png) and updated automatically by [bump-everywhere](https://github.com/undergroundwires/bump-everywhere)

## Guidelines

### Extend scripts

- Create a [pull request](./../CONTRIBUTING.md#Pull+Request+Process) for [application.yaml](./../src/application/application.yaml)
- Create a [pull request](#Pull-Request-Process) for [application.yaml](./src/application/application.yaml)
- 🙏 For any new script, try to add `revertCode` that'll revert the changes caused by the script.
- See [typings](./../src/application/application.yaml.d.ts) for documentation as code.
- See [typings](./src/application/application.yaml.d.ts) for documentation as code.

### Handle the state in presentation layer

Expand Down

0 comments on commit 25ce236

Please sign in to comment.