Skip to content

Latest commit

 

History

History
55 lines (32 loc) · 1.33 KB

CONTRIBUTING.md

File metadata and controls

55 lines (32 loc) · 1.33 KB

Contributing to ComposableRSS

Welcome to ComposableRSS! We appreciate your interest and contributions.

Getting Started

Before you start contributing, please make sure you have read the README.md to understand the purpose and goals of the project.

How to Contribute

  1. Fork the repository to your GitHub account.

  2. Clone the forked repository to your local machine:

    git clone https://github.com/lostsidewalk/composable-rss-app.git
  3. Create a new branch for your contribution:

    git checkout -b feature/your-feature
  4. Make your changes, following the coding and style guidelines of the project.

  5. Test your changes thoroughly.

  6. Commit your changes with a descriptive commit message:

    git commit -m "Add your descriptive commit message here"
  7. Push your changes to your forked repository:

    git push origin feature/your-feature
  8. Open a pull request (PR) from your forked repository to the main repository's master branch.

  9. Ensure your PR title and description clearly describe the changes you've made.

  10. Participate in the code review process, addressing any feedback.


Community Guidelines

Be respectful and inclusive of others.

Follow the code of conduct.

Help others in the community with kindness and patience.