Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 1.44 KB

File metadata and controls

43 lines (30 loc) · 1.44 KB

Contributing to GitHub Galary

Thank you for your interest in contributing! 🎉

How to Contribute

  • Fork the repository and create your branch from main.
  • Clone your fork locally and make your changes.
  • Test your changes thoroughly.
  • Open a Pull Request with a clear description of your changes and why they are needed.
  • Link related issues in your PR description if applicable.
  • Be respectful and follow the Code of Conduct.

Opening Issues

  • Search to see if your issue is already reported.
  • If not, open a new issue with a clear title and description.
  • Include screenshots or reproduction steps if possible.

Pull Request Checklist

  • The PR is from a feature branch (not main).
  • The code is well-formatted and linted.
  • All tests (if any) pass.
  • The PR description explains the change clearly.
  • The PR references any related issues (e.g., Closes #123).

Code Style

  • Use Prettier and ESLint for formatting and linting.
  • Use descriptive variable and function names.
  • Keep components small and focused.
  • Write clear, concise comments where necessary.

Community

  • Be kind and inclusive.
  • Help others and ask for help when needed.
  • Respect different perspectives and backgrounds.

License

By contributing, you agree that your contributions will be licensed under the MIT License.