From 74748d878bf0b0ac94fd820024c3615eaa7d98db Mon Sep 17 00:00:00 2001 From: Jahvon Dockery Date: Sun, 6 Oct 2024 20:11:59 -0400 Subject: [PATCH] docs: updating contributing documentation --- .github/CONTRIBUTING.md | 5 +++++ .github/pull_request_template.md | 16 ++++------------ 2 files changed, 9 insertions(+), 12 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index e08b5be..584abb8 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -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. diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 2386aad..d7292ee 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,16 +1,8 @@ # Summary -...enter summary here... + -## 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): +- +-