Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Contribution.md file for the project #3

Closed
Arpit529Srivastava opened this issue Jan 28, 2025 · 0 comments
Closed

Add Contribution.md file for the project #3

Arpit529Srivastava opened this issue Jan 28, 2025 · 0 comments
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers

Comments

@Arpit529Srivastava
Copy link
Owner

Contribution Guidelines

We welcome contributions to make [PROJECT NAME] better! To ensure a smooth process, please follow these guidelines:

1. Getting Started

  • Fork the repository and clone it to your local machine.
  • Install dependencies using [e.g., go mod tidy] or relevant setup commands.

2. Proposing Changes

  • Create a branch from main for your feature or bug fix (git checkout -b feature/your-feature).
  • Commit changes with clear and concise messages (git commit -m "Add meaningful change description").
  • Push your branch (git push origin feature/your-feature) and open a Pull Request.

3. Code Style

  • Follow the existing code style for [language, e.g., Go].
  • Ensure your code is linted using [e.g., golint] and formatted.
  • Write clear and concise comments where necessary.

4. Testing

  • Ensure all tests pass before creating a Pull Request.
  • Add tests for any new functionality or fixes you introduce.

5. Opening Issues

  • Check existing issues before creating a new one.
  • Provide a detailed description of the bug or feature request.
  • Include steps to reproduce the issue, if applicable.

6. Pull Request Process

  • Provide a detailed description of your changes.
  • Link to the relevant issue(s), if applicable.
  • Ensure your branch is up to date with the main branch.

7. Community Code of Conduct

  • Be respectful and professional in all interactions.
  • Avoid using inappropriate language.

Feel free to ask questions by opening an issue. We appreciate your contributions and look forward to collaborating! 🎉

@Arpit529Srivastava Arpit529Srivastava added good first issue Good for newcomers documentation Improvements or additions to documentation labels Jan 28, 2025
ayanAhm4d added a commit to ayanAhm4d/Why-take-load that referenced this issue Jan 31, 2025
Arpit529Srivastava added a commit that referenced this issue Jan 31, 2025
fixed issue #3: Added Contribution.md file for the project
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant