Thank you for considering contributing to the Keizai API! We welcome contributions from everyone. By participating in this project, you agree to abide by our code of conduct.
- Fork the repository: Click the "Fork" button at the top right of the repository page.
- Clone your fork: Clone your forked repository to your local machine.
git clone https://github.com/your-username/keizai-api.git
- Create a branch: Create a new branch for your feature or bugfix.
git checkout -b my-feature-branch
- Make your changes: Make your changes to the codebase.
- Commit your changes: Commit your changes with a clear and descriptive commit message.
git commit -m "Description of my changes"
- Push to your fork: Push your changes to your forked repository.
git push origin my-feature-branch
- Create a pull request: Open a pull request to the main repository. Provide a clear description of your changes and any related issues.
All submissions, including submissions by project members, require review. We use GitHub pull requests for this purpose. Consult GitHub Help for more information on using pull requests.
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.