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
Copy file name to clipboardExpand all lines: .github/PULL_REQUEST_TEMPLATE.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ Fixes #
9
9
10
10
-[ ] I have read the [Contribution & Best practices Guide](https://blog.fossasia.org/open-source-developer-guide-and-best-practices-at-fossasia) and my PR follows them.
11
11
-[ ] My branch is up-to-date with the Upstream `development` branch.
12
-
-[ ] The unit tests pass locally with my changes <!-- use `nosetests tests/unittests` to run all the tests -->
12
+
-[ ] The unit tests pass locally with my changes <!-- use `nosetests tests/all` to run all the tests -->
13
13
-[ ] I have added tests that prove my fix is effective or that my feature works
14
14
-[ ] I have added necessary documentation (if appropriate)
15
15
<!-- If an existing function does not have a docstring, please add one -->
* Then go to the project directory and run the following command:
206
206
```
207
-
python3 -m unittest discover tests/unittests/
207
+
python3 -m unittest discover tests/all/
208
208
```
209
209
* It will run each test one by one.
210
210
211
211
* You can also use the following command to run tests using nosetests:
212
212
```
213
-
nosetests tests/unittests/
213
+
nosetests tests/all/
214
214
```
215
215
216
216
#### Running robot framework tests
@@ -252,7 +252,7 @@ This is an Open Source project and we would be happy to see contributors who rep
252
252
We have the following branches :
253
253
***development**
254
254
All development goes on in this branch. If you're making a contribution, please make a pull request to _development_.
255
-
PRs to must pass a build check and a unit-test check on Travis (https://open-event-api.herokuapp.com - Is running off the development branch. It is hosted on Heroku.)
255
+
All PRs must pass a build check and a unit-test check on Travis (https://open-event-api.herokuapp.com - Is running off the development branch. It is hosted on Heroku.)
256
256
(https://api.eventyay.com - Is running off the `development` branch. Hosted on Google Cloud Platform (Google Container Engine + Kubernetes).)
257
257
***master**
258
258
This contains shipped code. After significant features/bug-fixes are accumulated on development, we make a version update and make a release. (https://eventyay.com - Is running off the master branch. (whichever is the latest release.) Hosted on Google Cloud Platform (Google Container Engine + Kubernetes).)
@@ -261,7 +261,7 @@ We have the following branches :
261
261
262
262
## Release Policy
263
263
264
-
The tentative release policy, for now, is, (since there is a lot of activity and a lot of bugs), an alpha release every Monday and Friday (since we see more activity on weekends). So, any bug-fixes will not be reflected at eventyay.com until a new release is made in the master branch.
264
+
The tentative release policy, for now(since there is a lot of activity and a lot of bugs), is an alpha release every Monday and Friday (since we see more activity on weekends). So, any bug-fixes will not be reflected at eventyay.com until a new release is made in the master branch.
0 commit comments