Skip to content

Commit b9e1738

Browse files
committed
two more minor edits to github templates
1 parent cac2095 commit b9e1738

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,12 @@ 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 [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`;
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 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`;
109

1110
- searched the [StackOverflow](https://stackoverflow.com/) `[rcpp]` tag _e.g._ via `[rcpp] how do I sample a vector`;
1211

1312
- searched existing [GitHub issues](https://github.com/RcppCore/Rcpp/issues) which can be searched among open and closed ones;
1413

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

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), the
18-
output of `sessionInfo()` plus relevant information about the C++ compiler.
16+
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), the output of `sessionInfo()` plus relevant information about the C++ compiler.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11

22
### Pull Request Template for Rcpp
33

4-
Please explain the changes you want to apply to Rcpp, preferably in an issue ticket **before** you create a pull
5-
request. See the file [Contributing](https://github.com/RcppCore/Rcpp/blob/master/Contributing.md) and the other
6-
templates for details.
4+
Please explain the changes you want to apply to Rcpp, preferably in an issue ticket **before** you create a pull request. See the file [Contributing](https://github.com/RcppCore/Rcpp/blob/master/Contributing.md) and the other templates for details.
75

86
#### Checklist
97

ChangeLog

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
1+
2019-11-13 Dirk Eddelbuettel <edd@debian.org>
2+
3+
* .github/ISSUE_TEMPLATE.md: Another small edit
4+
* .github/PULL_REQUEST_TEMPLATE.md: Idem
5+
16
2019-11-13 Stephen Wade <stephematician@gmail.com>
27

3-
* inst/include/Rcpp/XPtr.h: Delete delegating constructor (follow-up #1012)
4-
* inst/unitTests/runit.XPTr.R (test.XPtr): Reinsert self-tag test on Windows
8+
* inst/include/Rcpp/XPtr.h: Delete delegating ctor (follow-up #1012)
9+
* inst/unitTests/runit.XPTr.R: Reinsert self-tag test on Windows
510

611
2019-11-11 Dirk Eddelbuettel <edd@debian.org>
712

0 commit comments

Comments
 (0)