Skip to content

Commit 0d1b8de

Browse files
committed
add a issue template
1 parent e047746 commit 0d1b8de

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
2+
3+
4+
<!--
5+
Please keep the portion below in your issue. Your issue will be closed if any of the boxes is not checked. In certain (rare) cases, you may be exempted if you give a brief explanation (e.g., you are only making a suggestion for improvement). Thanks!
6+
-->
7+
8+
---
9+
10+
By filing an issue to this repo, I promise that
11+
12+
- [ ] I have fully read the issue guide at https://yihui.name/issue/.
13+
- [ ] I have provided the necessary information about my issue.
14+
- If I'm asking a question, I have already asked it on Stack Overflow or RStudio Community, waited for at least 24 hours, and included a link to my question there.
15+
- If I'm filing a bug report, I have included a minimal, self-contained, and reproducible example, and have also included `xfun::session_info('DT')`. I have upgraded all my packages to their latest versions (e.g., R, RStudio, and R packages), and also tried the development version: `remotes::install_github('rstudio/DT')`.
16+
- If I have posted the same issue elsewhere, I have also mentioned it in this issue.
17+
- [ ] I have learned the Github Markdown syntax, and formatted my issue correctly.

0 commit comments

Comments
 (0)