Thank you for considering contributing to this repository! Here are a few guidelines to help you get started:
- Fork the repository to your GitHub account.
- Create a new branch (
git checkout -b feature-branch). - Make your changes: add new notes, update existing ones, or format commands for tools.
- Commit your changes (
git commit -m 'Add new notes for XYZ tool'). - Push to the branch (
git push origin feature-branch). - Open a pull request against the
mainbranch.
- Ensure notes are clear, concise, and formatted consistently.
- Use Markdown for formatting notes and commands.
- Include references or sources where applicable.
- Test any new commands or tools added to ensure accuracy.
Feel free to reach out if you have any questions or need further assistance!