Skip to content
Snippets Groups Projects
.DEREK.yml 1.74 KiB
Newer Older
Alex Ellis's avatar
Alex Ellis committed
 - viveksyngh
Alex Ellis's avatar
Alex Ellis committed
 - Waterdrips
 - rgee0

features:
 - dco_check
 - comments
Alex Ellis's avatar
Alex Ellis committed
 - pr_description_required
 - release_notes

contributing_url: https://github.com/openfaas/faas/blob/master/CONTRIBUTING.md
Alex Ellis's avatar
Alex Ellis committed

Alex Ellis's avatar
Alex Ellis committed
required_in_issues:
Alex Ellis's avatar
Alex Ellis committed
- "## Why do you need this?"
- "## Expected Behaviour"
- "## Current Behaviour"
- "## List All Possible Solutions and Workarounds"
- "## Steps to Reproduce (for bugs)"
- "## Your Environment"
Alex Ellis's avatar
Alex Ellis committed

Alex Ellis's avatar
Alex Ellis committed
custom_messages:
Alex Ellis's avatar
Alex Ellis committed
messages:
  - name: template
    value: |
Alex Ellis's avatar
Alex Ellis committed
           Your issue has been marked as *invalid* because you've deleted or removed questions from our issue template.
Alex Ellis's avatar
Alex Ellis committed
           
Alex Ellis's avatar
Alex Ellis committed
           If you wish to participate in this community, then you need to follow guidelines set by the maintainers.
Alex Ellis's avatar
Alex Ellis committed
           
Alex Ellis's avatar
Alex Ellis committed
           You will find the template in the .github folder, edit your issue and use the whole issue template, so that we can help you.

  - name: propose
    value: |
           This project follows a contributing guide which states that all
           changes must be proposed with an Issue before being worked on.
           
           Please raise an Issue and update your Pull Request to include
           the ID or link as part of the description.

           Thank you for your contribution.

  - name: test
    value: |
           This project follows a contributing guide which requires that
           all changes are tested before being merged. You should include
           worked examples that a maintainer can run to prove that the
           changes are good.

           Screenshots and command line output are also accepted, but
           must show the positive, and negative cases, not just that 
           what was added worked as you expected.

           Thank you for your contribution.