Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 2.14 KB

CONTRIBUTING.md

File metadata and controls

34 lines (20 loc) · 2.14 KB

Contributing to FCCMde

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.

Ways to Contribute

There are several ways you can contribute to FCCMde:

  1. 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.

  2. 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.

  3. 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.

  4. Design and UI/UX: Designers can help improve the user interface, create visual assets, or provide suggestions for enhancing the user experience.

Getting Started

  1. Fork the repository: https://github.com/0me9a/FCCMde/fork
  2. Clone your fork: git clone https://github.com/your-username/FCCMde.git
  3. Create a new branch for your contribution: git checkout -b my-contribution
  4. Make your changes and commit them: git commit -m "Add my contribution"
  5. Push the changes to your fork: git push origin my-contribution
  6. Create a pull request to the main branch of FCCMde.

Code of Conduct

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.

License

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.