LumoSQL / archive1-LumoSQL-on-github

Initial work on SQLite and LMDB integration
https://lumosql.github.io/LumoSQL/
Other
68 stars 14 forks source link

Add a CONTRIBUTING.md #22

Closed maxwell-k closed 4 years ago

maxwell-k commented 4 years ago

So that other contributors know the process.

It might be good if this include setup steps on Gentoo or Arch Linux.

Ideally it might even include instructions for opening a PR from the command line.

maxwell-k commented 4 years ago

@danshearer are you handling this one?

I am happy to test or proof read if it helps.

danshearer commented 4 years ago

Yes I'll take this one.

Pull Requests are a github feature but git has a somewhat similar "request-pull" command.

This explains how to do PRs with some clumsiness using only git: https://hackernoon.com/how-to-git-pr-from-the-command-line-a5b204a57ab1

However I'm also looking at hub, https://hub.github.com/ . I'm not sure if that is dumbing it down too much.