-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(Pull Request Template): add template
- Loading branch information
1 parent
c7b188f
commit 31d0ede
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Pull Request Title | ||
|
||
## Changes | ||
|
||
- **{SUMMARY OF CHANGE}:** Describe this change further | ||
|
||
## How to test | ||
|
||
Before testing, you **must** have Node and the Node Package Manager (NPM) installed on your machine. | ||
|
||
### Initial Setup | ||
|
||
1. Clone this repository by doing `git clone https://github.com/robocin/robocin-website.git`; | ||
2. Install dependencies with `npm install --legacy-peer-deps`; | ||
3. Switch to this branch with `git checkout {THIS BRANCH}`; | ||
4. Do `npm run dev` to start the application locally; | ||
5. Go to `http://localhost:3000`. | ||
|
||
### End-to-end Tests | ||
|
||
1. Describe instructions. | ||
- [ ] Add test-case. |