Hello! I'm so excited you're interested in contributing to this project. To help keep things organized, I have a few things to ask when contributing.
If you find a bug or would like to suggest a new feature, please create an Issue. When creating issues, please use the following format:
# [Issue Name]
## Type
- [ ] Bug
- [ ] Feature Request
## Is it stopping you from moving forward?
- [ ] Yes
- [ ] No
## Details
[The issue you are experiencing and all details you have about what is happening]
## Steps To Replicate
1. [Step 1]
2. [Step 2]
3. [Etc.]
## System
OS: [Your Operating System]
Node JS Version: [Your Node JS Version]
NPM Version: [Your NPM Version]
Are you using containers?: [Yes/No]
Issues should be assigned to @funkybunch.
Please feel free to submit PRs for open issues. If you find a bug, or are requesting a feature that you plan on submitting a PR for, please open an issue first and mention you intend to submit a PR.
When creating PRs, please use the following format:
# [PR Name]
## Type
- [ ] Bug
- [ ] Feature Request
## This PR Addresses
- Resolves #[issue]
- Resolves #[issue]
## Details
[An overview of all of the changes you made and why]
## Testing Conditions
OS: [Your Operating System]
Node JS Version: [Your Node JS Version]
NPM Version: [Your NPM Version]
Using containers?: [Yes/No]
Please assign all PRs to yourself, and add @funkybunch as a reviewer for all PRs.