horuslabsio / tokenbound-contract-docs

Tokenbound contract documentation
1 stars 9 forks source link

Welcome to the Tokenbound Documentation Contributing Guide

Thank you for your interest in contributing to Tokenbound Documentation!

This guide aims to provide an overview of the contribution workflow to help us make the contribution process effective for everyone involved.

Getting started

You can contribute to this repo in many ways:

Contributions are made via Issues and Pull Requests (PRs). A few general guidelines for contributions:

Issues

Issues should be used to report problems, request a new feature, or discuss potential changes before a PR is created.

Solve an issue Scan through our existing issues to find one that interests you.

Pull Requests

Pull Request Process

We follow the "fork-and-pull" Git workflow

  1. Fork the repo
  2. Clone the project
  3. Create a new branch with a descriptive name
  4. Commit your changes to the new branch
  5. Push changes to your fork
  6. Open a PR in our repository and tag one of the maintainers to review your PR

Here are some tips for a high-quality pull request:

Once you submit your PR:

Once the PR is approved, we'll "squash-and-merge" to keep the git commit history clean.