Skip to content

Latest commit

 

History

History
47 lines (36 loc) · 2.15 KB

CONTRIBUTING.md

File metadata and controls

47 lines (36 loc) · 2.15 KB

Contributing to Eldcare

Thank you for your interest in contributing to Eldcare. We appreciate your support and are excited to work together to improve this project. Please read through the following guidelines to help ensure a smooth contribution process.

How to Contribute

  1. Fork the Repository: Click the "Fork" button at the top right corner of this page to create your own copy of the repository.

  2. Clone Your Fork: Clone your forked repository to your local machine:

    git clone https://github.com/your-username/Eldcare.git

Create a New Branch: Create a new branch for your feature or fix:

   git checkout -b my-feature-branch

Make Your Changes: Implement your changes, ensuring that your code follows the project’s coding style.

Test Your Changes: Run tests to make sure everything works as expected.

Commit Your Changes: Commit your changes with a clear message:

git commit -m "Add a brief description of your changes"

Push to Your Fork: Push your changes to your forked repository:

git push origin my-feature-branch

Open a Pull Request: Navigate to the original repository and click the "New Pull Request" button. Select your branch and submit the pull request.

Issues Please check our issues to find tasks labeled with "hacktoberfest" that you can help with. We encourage you to select issues that have a well-defined scope and are self-contained.

Code of Conduct We follow a Code of Conduct to ensure that our community is welcoming and inclusive. By participating in this project, you agree to abide by this code.

Reviewing Pull Requests We are committed to reviewing pull requests in a timely manner. Valid contributions will be merged, and you will receive an approving review. If your contribution is accepted, we may label it with “hacktoberfest-accepted.” Invalid Contributions Any contributions that appear spammy will be labeled as "spam" and rejected. Contributions that do not meet the project’s guidelines may be closed or labeled as "invalid." Questions? If you have any questions, feel free to open an issue or contact the maintainers directly.

Thank you for your contributions and happy coding!