Skip to content
This repository has been archived by the owner on Jan 26, 2024. It is now read-only.

Fix Issue #22 #27

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions contributing.md
Original file line number Diff line number Diff line change
@@ -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! 😃;