Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 949 Bytes

CONTRIBUTING.md

File metadata and controls

32 lines (20 loc) · 949 Bytes

Contributing

We encourage contributions from the community to help improve our tooling and research. We manage contributions primarily through GitHub Issues and Pull Requests.

If you have a feature request, bug report, or any improvement suggestions, please create an issue to discuss it. To contribute code changes, fork our repository, make your modifications, and then submit a pull request.

Development

To prepare a development environment, follow these instructions:

Step 1: Clone the project

git clone https://github.com/CycodeLabs/GitOpsSecurityChampion.git
cd GitOpsSecurityChampion

Step 2: Install all required dependencies

npm install

Step 3: Make code modifications

Step 4: Run the project locally

npm start run

Feel free to reach out to the development team through [email protected]. We appreciate your collaboration and look forward to your valuable contributions!