Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5235d46

Browse files
committed
migrate issue template
1 parent91690a1 commit5235d46

File tree

4 files changed

+73
-19
lines changed

4 files changed

+73
-19
lines changed

‎.github/ISSUE_TEMPLATE.md‎

Lines changed: 0 additions & 19 deletions
This file was deleted.
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
name:"Bug report"
3+
about:Report an error or unexpected behavior you saw while using this package
4+
title:''
5+
labels:''
6+
assignees:''
7+
---
8+
9+
<!--
10+
Welcome to the rticles GitHub repo !
11+
12+
We are always happy to hear feedback from our users.
13+
14+
To file a _bug report_, please follow these instructions carefully: <https://yihui.org/issue/#bug-reports>
15+
16+
Also, please complete and keep the checklist below in your issue. This helps you know what to check for opening a good issue report. It also helps know that you've have done the common steps that can solve your potential issue.
17+
18+
At last, if you have posted the same issue elsewhere, please mentioned it (with a link to the other issue).
19+
20+
## Checklist
21+
22+
When filing a _bug report_, please check the boxes below to confirm that you have provided us with the information we need. Have you:
23+
24+
- [ ] [formatted your issue](https://yihui.org/issue/#please-format-your-issue-correctly) so it is easier for us to read?
25+
26+
- [ ] included a minimal, self-contained, and reproducible example?
27+
28+
- [ ] pasted the output from `xfun::session_info('rticles')` in your issue?
29+
30+
- [ ] upgraded all your packages to their latest versions (including your versions of R, the RStudio IDE, and relevant R packages)?
31+
32+
- [ ] installed and tested your bug with the development version of the rticles package using `remotes::install_github("rstudio/rticles")` ?
33+
34+
-->

‎.github/ISSUE_TEMPLATE/config.yml‎

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
blank_issues_enabled:false
2+
contact_links:
3+
-name:Issue guide
4+
url:https://yihui.org/issue/
5+
about:First time here or need a refresh? Please consult the issue guide before posting.
6+
-name:Ask a question on Posit Forum
7+
url:https://forum.posit.co/
8+
about:Please ask and answer questions here.
9+
-name:Ask a question on Stack Overflow
10+
url:https://stackoverflow.com/questions/tagged/r
11+
about:Please ask and answer questions here.
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
name:"Feature request"
3+
about:Suggest an idea for this package
4+
title:'[FR]'
5+
labels:''
6+
assignees:''
7+
---
8+
9+
<!--
10+
11+
Welcome to the rticles GitHub repo !
12+
13+
Thanks for taking the time to file a feature request! Please start by searching for an existing feature request to avoid creating duplicate requests. If you find an existing feature request, please give it a thumbs-up reaction, as we'll use these reactions to help prioritize the implementation of these features in the future.
14+
15+
If the feature has not yet been filed, follow these advice to write good feature request:
16+
17+
- Provide a clear and concise description of the problem this proposed feature would address? For example, I struggle to do `[...]` with rticles.
18+
19+
- Try to detail what you want to happen.
20+
21+
- Have you thought of alternative solutions or workarounds you've considered ? We'll be glad to know about them!
22+
23+
- Any other context or screenshots about your feature request that would help us understand ? Please include them!
24+
25+
26+
If you'd also like to offer a solution, you are welcome to submit a pull request, although we appreciate filing an issue first to confirm that the team agrees with your idea and is happy with your basic proposal. Please read this guide for more information: <https://yihui.org/issue/#proposing-a-feature-implementation-or-bug-fix>
27+
28+
-->

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp