Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 1.79 KB

CONTRIBUTION.md

File metadata and controls

42 lines (30 loc) · 1.79 KB

Contribution Guide

Before submitting your contribution, be sure to take a moment to read through the following guidelines:

Development Setup

You'll need Node.js version 16+ and npm 8+.

Fork the repository and clone it to your local machine.

  • Install dependencies: yarn install
  • Create a new branch from main branch: git checkout -b feature/my-new-feature
  • Make your changes and commit them: git commit -m "feat: add some feature"
  • Push your changes to your fork
  • Create a new pull request to the base repository main branch: slightlynerd/african-startups-graveyard
  • Wait for your pull request to be reviewed and merged

Commit messages

Commit messages should follow the Conventional Commits specification.

Branches and Pull Requests Guidelines

  • Branches should be created from main branch.
  • Branches are prefixed with feature/, bugfix/ and hotfix/ for features, bug fixes and hot fixes respectively.
  • Pull requests are created to main branch.

Bounties

The terms for bounties are as follows:

  • PRs will be reviewed on a first-come, first-served basis
  • PRs have to contain code that solves the open issue or they'll be automatically ignored
  • Once a PR is reviewed with comments, you have 12 hours to respond.
  • If not heard back from within the time (12 hours), the PR will be ignored and the next PR in line will be reviewed.
  • Payment will be made in USDT
  • Payment will be made within an hour once the PR is approved and merged
  • Reach out to @slightlynerd on X/Twitter to facilitate payment