First off, thanks for taking the time to contribute! 🎉
This project and everyone participating in it is governed by our Code of Conduct. By participating, you are expected to uphold this code.
Before creating bug reports, please check the issue list as you might find out that you don't need to create one. When you are creating a bug report, please include as many details as possible:
- Use a clear and descriptive title
- Describe the exact steps which reproduce the problem
- Provide specific examples to demonstrate the steps
- Describe the behavior you observed after following the steps
- Explain which behavior you expected to see instead and why
- Include code samples and stack traces if applicable
Enhancement suggestions are tracked as GitHub issues. When creating an enhancement suggestion, please include:
- A clear and descriptive title
- A detailed description of the proposed functionality
- Explain why this enhancement would be useful
- List any alternative solutions or features you've considered
- Fill in the required template
- Follow the Swift style guide
- Include appropriate test coverage
- Update documentation for significant changes
- Follow the commit message guidelines
We follow conventional commits for semantic versioning:
feat:
New featurefix:
Bug fixdocs:
Documentation only changesstyle:
Changes that do not affect the meaning of the coderefactor:
Code change that neither fixes a bug nor adds a featureperf:
Code change that improves performancetest:
Adding missing testschore:
Changes to the build process or auxiliary tools
- Fork the repo
- Create a new branch from
main
- Make your changes
- Add tests if applicable
- Run the test suite
- Push your branch and submit a PR
- Follow Swift's official API design guidelines
- Use SwiftLint for consistent styling
- Maintain proper documentation for public APIs
Feel free to open an issue or join our discussions!
Thank you for contributing to RazorpayKit! 🙏