diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..3179124 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,28 @@ +# How Can I Contribute? + +## Reporting Bugs + +If you find a bug, please check the [issues](../../issues) to see if it’s already been reported. If not, create a new issue and provide: +- A descriptive title. +- Steps to reproduce. +- Expected vs. actual behavior. + +## Suggesting Enhancements + +To suggest improvements or new technologies: +- Open an issue with: + - The technology name. + - Category (What quadrant it belongs in). + - Proposed stage (Adopt, Trial, Assess, Hold). + - Why it’s important for our radar. + +## Submitting Code + +For code contributions: +1. Fork the repo on GitHub +2. Clone the project to your own machine +3. Commit changes to your own branch +4. Push your work back up to your fork +5. Submit a pull request (PR) so your changes can be reviewed + +Be sure to merge with the latest code from "upstream" before making a pull request!