diff options
author | Donatas Abraitis <donatas@opensourcerouting.org> | 2022-04-19 12:23:22 +0200 |
---|---|---|
committer | Donatas Abraitis <donatas@opensourcerouting.org> | 2022-04-19 12:23:22 +0200 |
commit | aad6068ff7b86f042cc1082cedc237f0e8340637 (patch) | |
tree | 127b39156c74fd5364d872a29ded83772f37a8ea /.github | |
parent | Merge pull request #11012 from anlancs/bgpd-mh-simplify-condition (diff) | |
download | frr-aad6068ff7b86f042cc1082cedc237f0e8340637.tar.xz frr-aad6068ff7b86f042cc1082cedc237f0e8340637.zip |
github: Use checkboxes for issue templates
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 8983b39eb..895e8ad0d 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -50,8 +50,8 @@ A clear and concise description of what the bug is. Put "x" in "[ ]" if you already tried following: --> -[ ] Did you check if this is a duplicate issue? -[ ] Did you test it on the latest FRRouting/frr master branch? +- [ ] Did you check if this is a duplicate issue? +- [ ] Did you test it on the latest FRRouting/frr master branch? **To Reproduce** |