Skip to content

Commit c6c85de

Browse files
committed
small edits to issue template stanza
1 parent 27febf9 commit c6c85de

File tree

1 file changed

+8
-15
lines changed

1 file changed

+8
-15
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 8 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,18 @@
11

22
### Reporting an Issue
33

4-
_Make use of the *Preview* tab just above!_
4+
Make use of the *Preview* tab just above!
55

66
#### Before filing an issue with Rcpp, please ensure that you
77

8-
- searched the mailing list archives for the
9-
[rcpp-devel](https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/rcpp-devel) list for the question I want to
10-
ask about; you can do this at at Google with the `site:` qualifier as in this simple example:
11-
`site:lists.r-forge.r-project.org rcpp-devel how do I declare a const vector`;
8+
- searched the mailing list archives for the [rcpp-devel](https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/rcpp-devel) list for the question I want to
9+
ask about; you can do this at at Google with the `site:` qualifier as in this simple example: `site:lists.r-forge.r-project.org rcpp-devel how do I declare a const vector`;
1210

13-
- searched [StackOverflow](https://stackoverflow.com/) under the `[rcpp]` tag by searching _e.g._ via `[rcpp] how do I sample a vector`;
11+
- searched the [StackOverflow](https://stackoverflow.com/) `[rcpp]` tag _e.g._ via `[rcpp] how do I sample a vector`;
1412

15-
- searched the existing [GitHub issues](https://github.com/RcppCore/Rcpp/issues) which too can be search among open and
16-
(importantly!) closed ones;
13+
- searched existing [GitHub issues](https://github.com/RcppCore/Rcpp/issues) which can be searched among open and closed ones;
1714

18-
- read the [Contributing](https://github.com/RcppCore/Rcpp/blob/master/Contributing.md) page for details on preferred
19-
reporting and style;
15+
- read the [Contributing](https://github.com/RcppCore/Rcpp/blob/master/Contributing.md) page for details on preferred reporting and style;
2016

21-
#### If you have the above, remove the text above and provide
22-
23-
- A [`Minimally Complete and Reproducible Example`](https://stackoverflow.com/questions/5963269/how-to-make-a-great-r-reproducible-example)
24-
25-
- The output of `sessionInfo()` plus relevant information about the C++ compiler used not added by R
17+
If you have the above, remove the text above and provide a [`Minimally Complete and Reproducible Example`](https://stackoverflow.com/questions/5963269/how-to-make-a-great-r-reproducible-example),
18+
the output of `sessionInfo()` plus relevant information about the C++ compiler.

0 commit comments

Comments
 (0)