diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..a2a83bc --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,7 @@ +Please specify the following in the description: + +- Meaningful title. Use the tempalte: ```[Milestone]```.```PullRequest_Title``` +- A reference to the original GitHub issue using # selector. +- A description/notes about this pull request. +- If you fix a bug don't forget about test case. +- If you add a new feature don't forget about test case. \ No newline at end of file diff --git a/.github/workflows/polls.yml b/.github/workflows/polls.yml new file mode 100644 index 0000000..aab2324 --- /dev/null +++ b/.github/workflows/polls.yml @@ -0,0 +1,17 @@ +name: GitHub Polls Actions Bot + +on: + issue_comment: + types: [created, edited] # issue comment is created or edited + issues: + types: [opened, edited] # issue is opened or edited + pull_request_review_comment: + types: [created, edited] + +jobs: + polls: + runs-on: ubuntu-latest + steps: + - uses: imjohnbo/gh-polls-bot-action@master + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # created for you automatically; https://help.github.com/en/github/automating-your-workflow-with-github-actions/virtual-environments-for-github-actions#github_token-secret