Thank you for your interest in contributing to FCCMde! We appreciate your efforts in making this project better for the community. By contributing, you're helping us create a more user-friendly and feature-rich Markdown editor.
There are several ways you can contribute to FCCMde:
-
Bug Reports and Feature Requests: If you encounter any bugs while using FCCMde or have a feature idea in mind, please open an issue on the GitHub repository. Make sure to provide detailed information and steps to reproduce the issue.
-
Code Contributions: Developers can contribute by working on bug fixes, implementing new features, or improving existing functionality. Fork the repository, create a new branch for your changes, and submit a pull request. Follow the coding standards and maintain the quality of code.
-
Documentation: Improve the project's documentation by fixing typos, clarifying instructions, or adding examples. Documentation is essential for helping users understand how to use the project effectively.
-
Design and UI/UX: Designers can help improve the user interface, create visual assets, or provide suggestions for enhancing the user experience.
- Fork the repository: https://github.com/0me9a/FCCMde/fork
- Clone your fork:
git clone https://github.com/your-username/FCCMde.git
- Create a new branch for your contribution:
git checkout -b my-contribution
- Make your changes and commit them:
git commit -m "Add my contribution"
- Push the changes to your fork:
git push origin my-contribution
- Create a pull request to the
main
branch of FCCMde.
Please note that we have a Code of Conduct that all contributors are expected to adhere to. By participating, you agree to uphold this code of conduct.
By contributing to FCCMde, you agree that your contributions will be licensed under the MIT License.
Thank you for your valuable contributions! Together, we can create an even better Markdown editor for the community.