CONTRIBUTING.md: add how to create a GitHub token by javeme · Pull Request #1820 · apache/hugegraph

@javeme

@javeme

@codecov

imbajin

git push origin bugfix-branch:bugfix-branch
```

Note that since GitHub requires submitting code through `username + token` (instead of using `username + password` directly), you need to create a GitHub token from https://github.com/settings/tokens:

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

seems it's not necessary for normal user/dev to use this?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

mainly for new contributors

corgiboygsj

imbajin

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

todo:

  • we should let dev use ssh to push code later (not recommend for http way)