|
| 1 | +# Contributing to the Cybersecurity Skills Framework |
| 2 | + |
| 3 | +Thank you for your interest in contributing to the Cybersecurity Skills Framework! This project is part of the Open Source Security Foundation (OpenSSF) and follows the Linux Foundation's community standards. |
| 4 | + |
| 5 | +## Ways to Contribute |
| 6 | + |
| 7 | +We welcome contributions of all kinds, including: |
| 8 | + |
| 9 | +- Proposing or refining job role definitions |
| 10 | +- Suggesting improvements to skill descriptions |
| 11 | +- Translating or localizing the framework |
| 12 | +- Contributing UI/UX enhancements or bug fixes |
| 13 | +- Creating educational resources or mappings to standards |
| 14 | +- Opening issues and participating in discussions |
| 15 | + |
| 16 | +## Getting Started |
| 17 | + |
| 18 | +1. **Fork the Repository** |
| 19 | + - Navigate to the [GitHub repository](https://github.com/ossf/cybersecurity-skills-framework) |
| 20 | + - Click on the "Fork" button |
| 21 | + |
| 22 | +2. **Clone Your Fork** |
| 23 | +``` |
| 24 | +git clone https://github.com/your-username/cybersecurity-skills-framework.git |
| 25 | +cd cybersecurity-skills-framework |
| 26 | +``` |
| 27 | + |
| 28 | +3. **Create a Branch** |
| 29 | +``` |
| 30 | +git checkout -b my-feature-branch |
| 31 | +``` |
| 32 | + |
| 33 | +Make Changes & Commit |
| 34 | +``` |
| 35 | +git commit -am "Add my contribution" |
| 36 | +``` |
| 37 | + |
| 38 | +Push & Open a Pull Request |
| 39 | +``` |
| 40 | +git push origin my-feature-branch |
| 41 | +``` |
| 42 | + |
| 43 | +Then go to GitHub and open a new pull request. |
| 44 | + |
| 45 | +4. **Filing Issues** |
| 46 | + |
| 47 | +If you find a bug or have an idea, please open an issue and provide as much detail as possible. |
| 48 | + - Clearly describe the problem or enhancement |
| 49 | + - Include screenshots, examples, or standards if relevant |
| 50 | + - Propose a solution if you have one |
| 51 | + |
| 52 | +5. **Code of Conduct** |
| 53 | + |
| 54 | +All contributors are expected to follow the Linux Foundation Code of Conduct. |
| 55 | + |
| 56 | +6. **License** |
| 57 | + |
| 58 | +By contributing, you agree that your contributions will be licensed under: |
| 59 | + - Apache License 2.0 for software |
| 60 | + - CDLA for data |
| 61 | + - Creative Commons Attribution 4.0 for documentation |
0 commit comments