Skip to content

Commit

Permalink
feat(Pull Request Template): add template
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusriff committed Oct 21, 2023
1 parent c7b188f commit 31d0ede
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
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.

0 comments on commit 31d0ede

Please sign in to comment.