Skip to content

Commit

Permalink
docs: updating contributing documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jahvon committed Oct 7, 2024
1 parent 107798d commit 74748d8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 12 deletions.
5 changes: 5 additions & 0 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Contributing

Contributions are welcome!

Looking for a place to start? Check out the [issues](https://github.com/jahvon/flow/issues) for ideas. Be
sure to read the contribution guidelines below!

## How We Develop

This projects uses GitHub to host code, to track issues and feature requests, and to open and review pull requests.
Expand Down
16 changes: 4 additions & 12 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,8 @@
# Summary

...enter summary here...
<!-- Add a summary of the changes in this PR. -->

## Notable Changes
**Notable Changes**

- ...enter notable changes here...
- ...enter notable changes here...

## Change Type

- [ ] Bug fix (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)
- [ ] Documentation update
- [ ] Other (please describe):
- <!-- Add notable changes here. -->
- <!-- Add notable changes here. -->

0 comments on commit 74748d8

Please sign in to comment.