We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We welcome contributions to make [PROJECT NAME] better! To ensure a smooth process, please follow these guidelines:
go mod tidy
main
git checkout -b feature/your-feature
git commit -m "Add meaningful change description"
git push origin feature/your-feature
golint
Feel free to ask questions by opening an issue. We appreciate your contributions and look forward to collaborating! 🎉
The text was updated successfully, but these errors were encountered:
fixed issue Arpit529Srivastava#3: Added Contribution.md file for the …
645d150
…project
Merge pull request #4 from ayanAhm4d/feature/contributing.md
a049c8a
fixed issue #3: Added Contribution.md file for the project
No branches or pull requests
Contribution Guidelines
We welcome contributions to make [PROJECT NAME] better! To ensure a smooth process, please follow these guidelines:
1. Getting Started
go mod tidy
] or relevant setup commands.2. Proposing Changes
main
for your feature or bug fix (git checkout -b feature/your-feature
).git commit -m "Add meaningful change description"
).git push origin feature/your-feature
) and open a Pull Request.3. Code Style
golint
] and formatted.4. Testing
5. Opening Issues
6. Pull Request Process
7. Community Code of Conduct
Feel free to ask questions by opening an issue. We appreciate your contributions and look forward to collaborating! 🎉
The text was updated successfully, but these errors were encountered: