Skip to content

Commit

Permalink
feature/pull-request-template (#18)
Browse files Browse the repository at this point in the history
Squash and merge the following commits into develop:
* feat(Pull Request Template): add template
* fix(Pull Request Template): fix typo in the template
  • Loading branch information
mateusriff authored Oct 21, 2023
1 parent c7b188f commit f592d70
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 PULL REQUEST'S 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 f592d70

Please sign in to comment.