Skip to content
This repository was archived by the owner on Mar 12, 2023. It is now read-only.

Commit 59da2e6

Browse files
committed
Add a message for the reporter to check the master branch before submitting a bug report
1 parent 5613d82 commit 59da2e6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+8
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ assignees: ''
77

88
---
99

10+
Before you submit a bug report, please ensure that the bug is still present with the `master` branch:
11+
12+
```ruby
13+
gem 'ruby_jard', git: 'https://github.com/nguyenquangminh0711/ruby_jard', ref: 'master'
14+
```
15+
16+
If it doesn't, please wait for the next release and use the master branch in the mean time. Thank you.
17+
1018
**Describe the bug**
1119
A clear and concise description of what the bug is.
1220

0 commit comments

Comments
 (0)