rizkytegar / veonote

Veo Note is a responsive web application for efficient note-taking and management, featuring weekly filtering, pagination, and local data storage for offline access.
14 stars 9 forks source link

Guidelines for Hacktoberfest 2024 Contributors #33

Open rizkytegar opened 5 days ago

rizkytegar commented 5 days ago

Contribution Guide for This Repository

Thank you for participating in our project! Here are the steps to contribute properly:

  1. Give the Repository a Star ⭐

    • If you like this project or find it helpful, don't forget to give the repository a star.
  2. Check the Features We Need πŸ”

    • Before contributing, take a look at the features or improvements we need. Check the list of issues we've already created.
  3. Create an Issue if You Have Ideas or Feedback πŸ’‘

    • If you have a new idea, suggestion, or find a problem, feel free to create a new issue in this repository. We highly value feedback from the community.
  4. Hacktoberfest Guide πŸ“š

  5. Write Good Commit Messages πŸ“

    • Please ensure your commit messages are descriptive and clear. Avoid vague commit messages like "update" or "fix bug." Examples of good commit messages:
      • "Add search feature on product page"
      • "Fix mobile view bug"
      • "Improve form validation on registration page"
  6. Duplicate Pull Requests πŸ”

    • If multiple pull requests (PRs) address the same issue or feature, we will choose the best one. The decision will not necessarily be based on who submitted first, but rather on the quality of the contribution.