ponylang / library-project-starter

:horse: Kickstart setting up your Pony library project. See USAGE.md for instructions.
BSD 2-Clause "Simplified" License
26 stars 3 forks source link

Adapt "Contributing" document for non-official library contexts #12

Open EpicEric opened 5 years ago

EpicEric commented 5 years ago

The current CONTRIBUTING.md file has been mostly ported from the official repos, making it a lot more relevant for "official Pony code" than for an unofficial user-created library. Here are a few suggestions for changes to make it more useful for user code:

It'd make sense to break these changes into several PRs instead of one, which is why I set up a task list for this issue.

SeanTAllen commented 5 years ago

Re: Github/Gitlab. A giant chunk of the code to automate things in here is GitHub specific so I think leaving GitHub specific language and noting in USAGE.md makes sense (and FYI, I think I'm going to move USAGE.md content to a wiki as it would be easier to maintain going forward)

EpicEric commented 5 years ago

Good point. I've moved that part to issue #13, since it doesn't directly affect CONTRIBUTING.md.