Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
HanjoStudy authored Oct 11, 2023
1 parent 98a0479 commit f9b6ffe
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 2 deletions.
72 changes: 72 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
---
name: Bug report
about: Create a report to help us improve
title: "[BUG]"
labels: bug
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.

<details>
<summary>Click to Expand</summary>

**Additional context**
Add any other context about the problem here.

``` r
sessionInfo()
#> R version 4.1.1 (2021-08-10)
#> Platform: x86_64-pc-linux-gnu (64-bit)
#> Running under: Ubuntu 20.04.6 LTS
#>
#> Matrix products: default
#> BLAS: /usr/lib/x86_64-linux-gnu/atlas/libblas.so.3.10.3
#> LAPACK: /usr/lib/x86_64-linux-gnu/atlas/liblapack.so.3.10.3
#>
#> locale:
#> [1] LC_CTYPE=en_BW.UTF-8 LC_NUMERIC=C
#> [3] LC_TIME=en_BW.UTF-8 LC_COLLATE=en_BW.UTF-8
#> [5] LC_MONETARY=en_BW.UTF-8 LC_MESSAGES=en_BW.UTF-8
#> [7] LC_PAPER=en_BW.UTF-8 LC_NAME=C
#> [9] LC_ADDRESS=C LC_TELEPHONE=C
#> [11] LC_MEASUREMENT=en_BW.UTF-8 LC_IDENTIFICATION=C
#>
#> attached base packages:
#> [1] stats graphics grDevices utils datasets methods base
#>
#> other attached packages:
#> [1] logger_0.2.1 quantec_0.1.0
#>
#> loaded via a namespace (and not attached):
#> [1] pillar_1.9.0 compiler_4.1.1 highr_0.9 R.methodsS3_1.8.1
#> [5] R.utils_2.11.0 tools_4.1.1 bit_4.0.4 digest_0.6.29
#> [9] lubridate_1.8.0 jsonlite_1.7.2 evaluate_0.14 lifecycle_1.0.3
#> [13] tibble_3.2.1 R.cache_0.15.0 pkgconfig_2.0.3 rlang_1.1.0
#> [17] reprex_2.0.1 cli_3.6.1 rstudioapi_0.13 parallel_4.1.1
#> [21] curl_4.3.2 yaml_2.2.1 xfun_0.38 fastmap_1.1.0
#> [25] httr_1.4.2 withr_2.5.0 styler_1.6.2 stringr_1.5.0
#> [29] dplyr_1.1.1 knitr_1.37 hms_1.1.1 generics_0.1.3
#> [33] fs_1.6.1 vctrs_0.6.1 bit64_4.0.5 tidyselect_1.2.0
#> [37] snakecase_0.11.0 glue_1.6.2 R6_2.5.1 fansi_0.5.0
#> [41] vroom_1.5.5 rmarkdown_2.11 tzdb_0.3.0 readr_2.0.2
#> [45] purrr_1.0.1 magrittr_2.0.3 scales_1.2.1 ellipsis_0.3.2
#> [49] backports_1.4.1 htmltools_0.5.5 colorspace_2.0-2 utf8_1.2.2
#> [53] stringi_1.7.6 munsell_0.5.0 crayon_1.4.1 R.oo_1.24.0
```
</details>
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
title: "[FEATURE]"
labels: enhancement
assignees: ''

---
Expand Down

0 comments on commit f9b6ffe

Please sign in to comment.