Thank you for considering contributing to Mmabiaa-TextPad! We appreciate your interest in helping us improve the project. Please follow the guidelines below to ensure a smooth contribution process.
We welcome contributions from everyone! Here’s how you can help:
-
Fork the Repository: Click on the "Fork" button at the top right of the repository page to create your own copy of the project.
-
Clone Your Fork: Open your terminal and run:
git github.com/mmabiaa/Mmabia-Textpad.git
-
Create a New Branch: Before making any changes, create a new branch:
git checkout -b feature/your-feature-name
-
Make Your Changes: Implement your changes or features.
-
Commit Your Changes: Commit your changes with a descriptive message:
git commit -m "Add feature"
- Push to Your Fork: Push your changes back to your fork:
git push origin feature/your-feature
- Create a Pull Request: Go back to the original repository and click on "New Pull Request". Select your branch and submit the pull request.
If you encounter any bugs or issues while using TextPad, please report them by following these steps:
- Check if the issue has already been reported.
- If not, open a new issue in the Issues section.
- Provide as much detail as possible, including:
- A clear title and description of the issue.
- Steps to reproduce the issue.
- Any relevant screenshots or error messages.
We welcome suggestions for new features! If you have an idea, please:
- Check if it has already been requested.
- If not, create a new issue in the Issues section.
- Describe your idea clearly and explain how it would benefit users.
By participating in this project, you agree to abide by our Code of Conduct. We are committed to providing a welcoming and inclusive environment for all contributors.
To maintain code quality and consistency, please follow these guidelines:
- Write clear and descriptive commit messages.
- Follow existing code style and conventions.
- Include comments where necessary to explain complex logic.
- Test your changes thoroughly before submitting a pull request.
Thank you for contributing to Mmabiaa-TextPad! Your efforts help make this project better for everyone.