Skip to content

Commit

Permalink
Test 2
Browse files Browse the repository at this point in the history
  • Loading branch information
cdce8p committed Jul 26, 2021
1 parent 9e4f61c commit 94f4350
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/ISSUE_TEMPLATE/BUG-REPORT.yml
Expand Up @@ -20,10 +20,15 @@ body:
What is the bug about? Please provide the code that is causing the issue, and
configurations used if required
placeholder: |
```python
# Please disable message unrelated to the bug
# pylint: disable=missing-docstring,
<a> = b + 1
render: python
```
value: |
```python
```
validations:
required: true
- type: textarea
Expand Down

0 comments on commit 94f4350

Please sign in to comment.