adonis-cli
adonis-cli copied to clipboard
Fix broken anchor links and improve contribution guidelines
Proposed changes
As suggested by @ghost in issue #182, this PR fixes broken anchor links and improves the contribution guidelines at CONTRIBUTING.md. As a consequence, it makes the project more inviting for the community to contribute.
Types of changes
- [x] Bugfix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
Checklist
- [x] I have read the CONTRIBUTING doc
- [x] Lint and unit tests pass locally with my changes
- [ ] I have added tests that prove my fix is effective or that my feature works.
- [ ] I have added necessary documentation (if appropriate)