Skip to content

Latest commit

 

History

History
48 lines (26 loc) · 1.81 KB

CONTRIBUTING.md

File metadata and controls

48 lines (26 loc) · 1.81 KB

We appreciate your interest in contributing to the Yogyakarta Book Party official home page! This document outlines the guidelines for contributing code and other improvements to the project.

Contribution Workflow

  1. Identify an Issue or Feature:
  • Check the existing issues on the project's GitHub repository to see if your idea has already been proposed.
  • If you can't find an existing issue, feel free to create a new one to describe your proposed change.
  1. Create a Branch:
  • Once you have a clear idea of your contribution, create a new branch from the main branch for your changes. This allows you to develop your contribution in isolation without affecting the main codebase.
  1. Develop and Test:
  • Make your changes and write unit tests to ensure your changes don't break existing functionality.
  1. Commit Your Changes:
  • Commit your changes with clear and concise commit messages.
  1. Create a Pull Request:
  • Push your branch to your forked repository on GitHub.
  • Open a Pull Request from your branch to the main branch of the upstream repository.
  • Be sure to describe your changes in detail in the Pull Request description.

Style Guide

Please follow the existing code style and formatting conventions used in the project.

Testing

We encourage you to write unit tests for your changes to ensure they don't break existing functionality.

Code Reviews

All Pull Requests will be reviewed by the project maintainers before being merged.

We encourage you to actively participate in the code review process to ensure a high-quality codebase.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Questions and Feedback

If you have any questions or feedback, feel free to open an issue on the GitHub repository. We appreciate your help!