Skip to content

Commit 1314700

Browse files
authored
Add contributing details
1 parent c2e62d9 commit 1314700

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,3 +148,23 @@ docker run -it -v $(pwd):/usr/src/terramaid rosesecurity/terramaid:latest
148148
## CI/CD Integrations
149149

150150
Terramaid is designed to easily integrate with existing pipelines and workflows. For more information on sample GitHub Actions and GitLab CI/CD Pipelines, feel free to check out [GitHub Actions Integrations](./docs/GitHub_Actions_Integration.md) and [Gitlab Pipelines Integrations](./docs/GitLab_Pipelines_Integration.md).
151+
152+
## Contributing
153+
154+
For bug reports & feature requests, please use the [issue tracker](https://github.com/rosesecurity/terramaid/issues).
155+
156+
PRs are welcome! We follow the typical "fork-and-pull" Git workflow.
157+
1. **Fork** the repo on GitHub
158+
2. **Clone** the project to your own machine
159+
3. **Commit** changes to your own branch
160+
4. **Push** your work back up to your fork
161+
5. Submit a **Pull Request** so that we can review your changes
162+
163+
> [!TIP]
164+
> Be sure to merge the latest changes from "upstream" before making a pull request!
165+
166+
### Many Thanks to Our Contributors
167+
168+
<a href="https://github.com/rosesecurity/terramaid/graphs/contributors">
169+
<img src="https://contrib.rocks/image?repo=rosesecurity/terramaid&max=24" />
170+
</a>

0 commit comments

Comments
 (0)