Praqma / repository-standards

MIT License
0 stars 1 forks source link

Feedback on README 15-09-2016 #2

Closed martinmosegaard closed 8 years ago

martinmosegaard commented 8 years ago

In that sense, I read some of the points on the README as suggestions. For example also logo - you could have that if it is a product and it makes sense. You could also have badges, like Travis build status, code coverage, etc. But it depends on the nature of the repository.

sofusalbertsen commented 8 years ago

Totally right @martinmosegaard. As I've tried to state in the README of this repo, it's an opt-out standard, where you need to argue why it is not applicable to your repo. And noted with travis. But how do we impliment our Phlow in travis?

martinmosegaard commented 8 years ago

I don't know how you would do pretested integration in Travis. But it just integrates very easily with GitHub and is a fast way to setup CI. A Jenkins pipeline is essential for some of our repos, like the websites and Jenkins plugins. But it is probably too much for POCs.

sofusalbertsen commented 8 years ago

@martinmosegaard could I ask you to describe that in the readme? When is one prefered over the other etc?

martinmosegaard commented 8 years ago

Yes, will do.