Skip to content

Commit

Permalink
Merge pull request #177 from mehdichaouch/contrib
Browse files Browse the repository at this point in the history
Fix restart in How-to test a contributor Pull Request
  • Loading branch information
nabaztag2018 committed Apr 23, 2021
2 parents f2c5ebe + 2158104 commit 7b760dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@ sight.
3. List references in a remote repository: `git ls-remote --refs origin`
4. Open [Pull Request (PR) page](https://github.com/nabaztag2018/pynab/pulls) and memorize the PR number you want to test
5. Switch to the PR code, here PR #123, change number for your test: `git fetch origin pull/123/head:pr/123 && git checkout pr/123`
6. Restart Nabaztag deamon: `sudo systemctl restart nabd`
6. Full upgrade for changes in localized, messages, drivers and dependencies: `bash upgrade.sh`
7. Do your test 🚦
8. Rollback to default branch: `git checkout release`
9. Restart Nabaztag deamon: `sudo systemctl restart nabd`
9. Full upgrade for changes in localized, messages, drivers and dependencies: `bash upgrade.sh`
10. All done ! 🎉

Then add comments on pull request 😉.
Expand Down

0 comments on commit 7b760dd

Please sign in to comment.