Skip to content

Commit b4bc295

Browse files
committed
Edit github meta
1 parent 392e420 commit b4bc295

File tree

6 files changed

+14
-122
lines changed

6 files changed

+14
-122
lines changed

.github/ISSUE_TEMPLATE/bug.md

-39
This file was deleted.

.github/ISSUE_TEMPLATE/config.yml

+7-13
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
1-
lank_issues_enabled: true
1+
blank_issues_enabled: false
22
contact_links:
3-
- name: General
4-
url: https://github.com/ropensci/stantargets/discussions/categories/general
5-
about: Chat about stantargets.
6-
- name: Help
7-
url: https://github.com/ropensci/stantargets/discussions/categories/help
8-
about: Ask questions and get help.
9-
- name: Ideas
10-
url: https://github.com/ropensci/stantargets/discussions/categories/ideas
11-
about: Brainstorm ideas for new features or use cases.
12-
- name: Show and tell
13-
url: https://github.com/ropensci/stantargets/discussions/categories/show-and-tell
14-
about: Show off something you have made.
3+
- name: How to ask for help. Please read first.
4+
url: https://books.ropensci.org/targets/help.html
5+
about: This page explains how and where to write questions about specific issues.
6+
- name: Discussions
7+
url: https://github.com/ropensci/stantargets/discussions
8+
about: Ask for help or propose an idea.

.github/ISSUE_TEMPLATE/maintenance.md

-29
This file was deleted.

.github/ISSUE_TEMPLATE/performance.md

-40
This file was deleted.

README.Rmd

+2
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ Run [`tar_visnetwork()`](https://docs.ropensci.org/targets/reference/tar_visnetw
9494

9595
## Help
9696

97+
Please first read the [help guide](https://books.ropensci.org/targets/help.html) to learn how best to ask for help.
98+
9799
If you have trouble using `stantargets`, you can ask for help in the [GitHub discussions forum](https://github.com/ropensci/stantargets/discussions/categories/help). Because the purpose of `stantargets` is to combine [`targets`](https://docs.ropensci.org/targets/) and [`cmdstanr`](https://github.com/stan-dev/cmdstanr), your issue may have something to do with one of the latter two packages, a [dependency of `targets`](https://github.com/ropensci/targets/blob/4e3ef2a6c986f558a25e544416f480fc01236b6b/DESCRIPTION#L49-L88), or [Stan](https://mc-stan.org) itself. When you troubleshoot, peel back as many layers as possible to isolate the problem. For example, if the issue comes from [`cmdstanr`](https://github.com/stan-dev/cmdstanr), create a [reproducible example](https://reprex.tidyverse.org) that directly invokes [`cmdstanr`](https://github.com/stan-dev/cmdstanr) without invoking `stantargets`. The GitHub discussion and issue forums of those packages, as well as the [Stan discourse](https://discourse.mc-stan.org), are great resources.
98100

99101
## Participation

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ run the project in a web browser.
6464
## Example projects
6565

6666
| Description | Link |
67-
| ------------------------------------------------------------------------------------------------------------------ | --------------------------------------------------- |
67+
|--------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------|
6868
| Validating a minimal Stan model | <https://github.com/wlandau/targets-stan> |
6969
| Using Target Markdown and `stantargets` to validate a Bayesian longitudinal model for clinical trial data analysis | <https://github.com/wlandau/rmedicine2021-pipeline> |
7070

@@ -156,6 +156,10 @@ vignette](https://docs.ropensci.org/stantargets/articles/introduction.html).
156156

157157
## Help
158158

159+
Please first read the [help
160+
guide](https://books.ropensci.org/targets/help.html) to learn how best
161+
to ask for help.
162+
159163
If you have trouble using `stantargets`, you can ask for help in the
160164
[GitHub discussions
161165
forum](https://github.com/ropensci/stantargets/discussions/categories/help).

0 commit comments

Comments
 (0)