Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 1.79 KB

CONTRIBUTING.md

File metadata and controls

47 lines (32 loc) · 1.79 KB

Contribution Guidelines

First of all, thanks for thinking of contributing to this project! 👏

This project has a Contributor Covenant Code of Conduct. By participating in this project you agree to abide by its terms.

❤️ Ways to Contribute

  • Improve documentation
  • Fix a bug
  • Implement a new feature
  • Discuss potential ways to improve project
  • Improve existing implementation, performance, etc.

🛎 Questions

Feel free to open an issue with your question.

Please put some effort in requesting a new feature. If someone else is going to implement something, the least you can do is describe the feature in detail, and why it would be useful to others as well.

🐛 File a Bug

In case you've encountered a bug, please make sure:

  • You have read the documentation first, and double-checked your configuration.
  • You have acknowledged from --verbose and --debug that the errors are likely a bug in this project (and not coming from your environment or a dependency of this project).
  • In your issue description, please include:
    • What you expected to see, and what happened instead.
    • Your operating system and other environment information.
    • As much information as possible, such as the command and configuration used.
    • Interesting logs with --verbose and/or --debug.
    • All steps to reproduce the issue.

🎁 Pull Requests

Pull requests are welcome! Please keep the following in mind:

  • See below for instructions on how to set up the project on your machine.
  • To match the existing code styling, use npm run lint:fix before committing code.

Set up the project on your machine:

git clone https://github.com/FlutterClub/JoinFlutterClub.git
cd JoinFlutterClub
npm install