You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drat.apache.org by GitBox <gi...@apache.org> on 2019/03/30 12:35:07 UTC

[GitHub] [drat] brenopolanski commented on issue #188: Create an issue and pull request templates

brenopolanski commented on issue #188: Create an issue and pull request templates
URL: https://github.com/apache/drat/issues/188#issuecomment-478241759
 
 
   ## Suggestions:
   
   ### :memo: `bug_report.md`
   
   ```
   ---
   name: Bug report
   about: Create a report to help us improve
   title: ''
   labels: ''
   assignees: ''
   ---
   
   **Describe the bug**
   A clear and concise description of what the bug is.
   
   **To Reproduce**
   Steps to reproduce the behavior:
   1. Go to '...'
   2. Click on '....'
   3. Scroll down to '....'
   4. See error
   
   **Expected behavior**
   A clear and concise description of what you expected to happen.
   
   **Screenshots**
   If applicable, add screenshots to help explain your problem.
   
   **Version:**
   [e.g. 0.4.5]
   
   **Additional context**
   Add any other context about the problem here.
   ```
   
   ### :memo: `feature_request.md`
   
   ```
   ---
   name: Feature request
   about: Suggest an idea for this project
   title: ''
   labels: ''
   assignees: ''
   ---
   
   **Is your feature request related to a problem? Please describe.**
   A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
   
   **Describe the solution you'd like**
   A clear and concise description of what you want to happen.
   
   **Describe alternatives you've considered**
   A clear and concise description of any alternative solutions or features you've considered.
   
   **Additional context**
   Add any other context or screenshots about the feature request here.
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services