Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.03 KB

CONTRIBUTING.md

File metadata and controls

23 lines (18 loc) · 1.03 KB

Contributing to Cybersecurity References

Thank you for considering contributing to this project! Here are a few ideas to get you started.

How to Contribute

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-branch).
  3. Make your changes.
  4. Commit your changes (git commit -m 'Add some feature').
  5. Push to the branch (git push origin feature-branch).
  6. Create a pull request.

Coding Standards

  • Follow the existing coding style.
    • Include docstrings with arguments, return values, etc.
    • Implement exception handling
  • Write clear, concise commit messages.

Reporting Issues

If you encounter any issues, please open an issue. You may also wish to create a new discussion.

Code of Conduct

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.