JohnVonNeumann/opensorcery

Implement repository linting for open source best practices

Open

#27 opened on Oct 31, 2018

 (0 comments) (0 reactions) (0 assignees)JavaScript (0 forks)auto 404
2POINTERdocumentationenhancementgood first issuehelp wanted

Repository metrics

Stars
 (7 stars)
PR merge metrics
 (PR metrics pending)

Description

Is your feature request related to a problem? Please describe. Many open source repositories have clearly defined licenses and other contributing guides, it'd be awesome to see Opensorcery have these kind of supporting documents included in it.

Describe the solution you'd like Implementing something like repolinter into the build pipeline via a small docker service, run in parallel (like the other linting tasks) and then ensuring it passes (by also adding the files) would be awesome and really helpful. I haven't looked at other linting tools other than repolinter for this.

Describe alternatives you've considered I haven't looked at other options for this.

Additional context I'd probably give this 2 points based on the fact that working out licensing is probably worth the extra point in itself. Add any other context or screenshots about the feature request here.

Contributor guide