# Contributing to Pretty Markup First off, thanks for taking the time to contribute! 🎉 The following is a set of guidelines for contributing to Pretty Markup preprocessor. These are mostly guidelines, not rules. Use your best judgment, and feel free to propose changes to this document in a pull request as well. ## How Can I Contribute? 🤔 ### Reporting Bugs 🪲 If you find a bug in the project, we would love to hear about it! Before reporting a bug, please check if it has already been reported or is known. To report a bug, please: 1. **Search existing issues** to see if your issue has already been reported. 2. **Create a new issue** if your issue hasn’t been reported yet, using the provided bug report template. 3. **Provide clear and concise steps to reproduce** the bug, including any relevant details such as the environment, platform, or version. ### Suggesting Enhancements 💪🏻 We welcome suggestions for new features or enhancements. To suggest an enhancement: 1. **Open a new issue** with the enhancement request template. 2. **Explain your idea** in detail and why it would be beneficial to the project. ### Submitting Pull Requests 🙏🏻 To submit a pull request (PR): 1. **Clone the repository**. 2. **Create a new branch**: `git checkout -b feature/your-feature-name`. 3. **Make your changes** in that branch, following the coding standards and style guidelines. 4. **Commit your changes**: `git commit -m 'Add feature'`. 5. **Push to the branch**: `git push origin feature/your-feature-name`. 6. **Open a pull request** in the main repository: - Explain what changes were made. - Reference any related issues or discussions. - Add screenshots or examples if relevant. - If it is a new tag remember to submit it to **Pretty Markup Language Basics** ## Code of Conduct 👌 This project adheres to a [Code of Conduct](CODE_OF_CONDUCT.md). By participating, you are expected to uphold this code. ## Getting Help 🆘 If you need help or have questions, feel free to: - Open an issue with the label "question". ## Acknowledgements ❤️‍🔥 Thank you for your contributions! We value your input and help in making Pretty Markup better.