czbiohub-sf / orpheum

Orpheum (Previously called and published under sencha) is a Python package for directly translating RNA-seq reads into coding protein sequence.
MIT License
18 stars 4 forks source link

Create pull_request_template.md #69

Closed pranathivemuri closed 4 years ago

pranathivemuri commented 4 years ago

added pull request template file let me know if this is the right way, I have mostly mimicked what nf-core does I wanted to add black formatting as linting so contributors autoformat their code before submission

bluegenes commented 4 years ago

potentially of interest: https://peterevans.dev/posts/github-actions-how-to-automate-code-formatting-in-pull-requests/

edit: apparently the recommended way is over here: https://github.com/peter-evans/slash-command-dispatch.

might not be worth implementing, just thought I'd pass it along!

pranathivemuri commented 4 years ago

@bluegenes thanks so much, that is a cool idea.

pranathivemuri commented 4 years ago

yeah, I think when the scale of people using sencha and adding PRs to master increases by a scale, then we could add it

olgabot commented 4 years ago

Hmm personally I'd rather have the code fix itself rather than having to re-do it locally. Would it be possible to add that github action, @pranathivemuri ?

pranathivemuri commented 4 years ago

making an issue