Skip to content

Latest commit

 

History

History
77 lines (59 loc) · 3.56 KB

File metadata and controls

77 lines (59 loc) · 3.56 KB

Contributing to api.dileepa.dev

Thank you for your interest in contributing to api.dileepa.dev! We welcome contributions, including bug fixes, feature enhancements, documentation improvements, and other general improvements.

Getting Started

  1. Fork the repository
    Fork this repository to your GitHub account. This creates a copy of the repository in your account, allowing you to make changes without affecting the original repository.
    To fork the repository, click the Fork button in the top right corner of this page or click here.

  2. Clone your fork
    Clone your forked repository to your local machine using the following command:

    git clone https://github.com/dileepadev/api.dileepa.dev.git
  3. Create a new branch
    Create a new branch for your changes. Follow the branch naming guidelines.

    git checkout -b your-branch-name
  4. Make changes and commit
    Make your changes and commit them with a descriptive commit message. Follow the commit message guidelines.

    git commit -m "feat: add a new feature"
  5. Push your changes
    Push your changes to your forked repository.

    git push origin your-branch-name
  6. Submit a pull request
    To submit a pull request:

    • Go to your forked repository.
    • Click the Compare & pull request button next to your your-branch-name.
    • Add a title and description for your pull request. Follow the pull request guidelines.
    • Click Create pull request and remember to add the relevant labels using the pull request template.

Guidelines

Code of Conduct

This project adheres to the Contributor Covenant Code of Conduct. By participating, you agree to abide by its terms.
Read the full code of conduct here.

Contact

If you have any questions, feel free to contact us via GitHub Discussions.
Alternatively, you can reach out via email at contact@dileepa.dev.