diff --git a/contributing.md b/contributing.md new file mode 100644 index 0000000..be4b84f --- /dev/null +++ b/contributing.md @@ -0,0 +1,26 @@ +# Contributing to Fimbo + +First of all, thank you for considering contributing to Fimbo. Your contributions are greatly appreciated! + +We aim to keep the contribution process precise, emojified, and fun. 🎉 Here's how you can contribute: + +## 🌟 How to Contribute + +1. Fork the repository. +2. Create a new branch for your feature or bugfix: `git checkout -b feature-or-bugfix-name`. +3. Make your changes. +4. Commit your changes: `git commit -m 'Your commit message'`. +5. Push to your branch: `git push origin feature-or-bugfix-name`. +6. Create a pull request (PR). + +Please follow these guidelines while creating a PR: + +## 📝 Pull Request Guidelines + +1. Give your PR a clear and descriptive title. +2. Explain the purpose of your PR and the problem it solves. +3. Use a bullet list to specify changes and improvements made. +4. Make sure your code follows the project's coding style and conventions. + + +Thank you for your valuable contributions! 😃;