Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 1.45 KB

CONTRIBUTING.md

File metadata and controls

37 lines (23 loc) · 1.45 KB

Contribution Guidelines

Thank you for considering contributing to this project! Before contributing to the project, please follow these steps:

  1. Fork the Repository: Fork this project to your own GitHub account.

  2. Clone the Repository: Clone your forked project to your local machine.

git clone https://github.com/your-github-username/avrasya.git
  1. Create a Branch: Create a new branch for adding a new feature or fixing a bug.
git checkout -b new-feature
  1. Make Changes: Add your changes and improve the code.
  2. Test Your Changes: Test your changes locally to ensure there are no errors or incompatibilities.
  3. Commit and Push: Commit your changes and push them to your fork.
git commit -m "Added a new feature"
git push origin new-feature
  1. Submit a Pull Request: Go to your GitHub account, select your project branch, and create a "Pull Request." Submit the pull request to the project's main branch.

  2. Feedback: The project team will review your pull request. Collaborate on feedback and necessary adjustments as needed.

  3. Approval and Merging: Once your pull request is approved, it will be merged into the project's main branch.

Please help make this contribution process as easy as possible by following the steps. If you have any questions or issues, you can ask for help by opening an issue or using our communication channels.

Thank you, and we look forward to your contributions!