Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/biobakery/MTX_model
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangycbnu committed Feb 3, 2023
2 parents c6538d7 + 44b9e88 commit 3cbb8df
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
We welcome feedback and issue reporting for all bioBakery tools through our [Discourse site](https://forum.biobakery.org/c/pull-request/featurepull-request/). For users that would like to directly contribute to the [tools](https://github.com/biobakery/) we are happy to field PRs to address bug fixes. Please note the turn around time on our end might be a bit long to field these but that does not mean we don't value the contribution! We currently don't accept PRs to add new functionality to tools but we would be happy to receive your feedback on [Discourse](https://forum.biobakery.org/c/pull-request/featurepull-request/).

<!--- Provide a general summary of your changes in the Title above -->

## Description
<!--- Describe your changes in detail -->

## Related Issue
<!--- If fixing a bug, there should be an issue describing it with steps to reproduce -->
<!--- Please link to the issue here: -->


## Screenshots (if appropriate):
15 changes: 15 additions & 0 deletions .github/workflows/auto_close_all_issues.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Auto-Close All Issues
on:
issues:
issue_comment:
jobs:
auto_close_all_issues:
if: ${{ !github.event.issue.pull_request }}
runs-on: ubuntu-latest
steps:
- uses: peter-evans/close-issue@v1
with:
comment: |
Thank you for creating this issue.
We currently field issues through our [bioBakery Discourse Support Forum](https://forum.biobakery.org/t/about-the-maaslin2-category).
If you would please post the issue to discourse we would be happy to sync up with you to get it resolved.

0 comments on commit 3cbb8df

Please sign in to comment.