You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- If you are using an x86 Mac or another system with `docker` and `docker-compose` installed, then
11
+
you can also use our inbuilt integration testing locally:
12
+
```
13
+
connectapi:::build_test_env()
14
+
```
15
+
- Then the integration test suite should run with `devtools::test()`
16
+
7
17
## Fixing typos
8
18
9
19
You can fix typos, spelling mistakes, or grammatical errors in the documentation directly using the GitHub web interface, as long as the changes are made in the _source_ file.
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/issue_template.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ name: Bug report or feature request
3
3
about: Describe a bug you've seen or make a case for a new feature
4
4
---
5
5
6
-
Please briefly describe your problem and what output you expect. If you have a question, please don't use this form. Instead, ask on <https://stackoverflow.com/> or <https://community.rstudio.com/>.
6
+
Please briefly describe your problem and what output you expect. If you have a question, please don't use this form. Instead, ask on <https://stackoverflow.com/> or <https://community.posit.co/>.
7
7
8
8
Please include a minimal reproducible example (AKA a reprex). If you've never heard of a [reprex](http://reprex.tidyverse.org/) before, start by reading <https://www.tidyverse.org/help/#reprex>.
Copy file name to clipboardExpand all lines: .github/SUPPORT.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ For additional reprex pointers, check out the [Get help!](https://www.tidyverse.
14
14
15
15
Armed with your reprex, the next step is to figure out [where to ask](https://www.tidyverse.org/help/#where-to-ask).
16
16
17
-
* If it's a question: start with [community.rstudio.com](https://community.rstudio.com/), and/or StackOverflow. There are more people there to answer questions.
17
+
* If it's a question: start with [community.posit.co](https://community.posit.co/), and/or StackOverflow. There are more people there to answer questions.
18
18
19
19
* If it's a bug: you're in the right place, [file an issue](https://github.com/rstudio/connectapi/issues/new).
0 commit comments