Skip to content

Commit

Permalink
merge with main
Browse files Browse the repository at this point in the history
  • Loading branch information
shewood committed Sep 3, 2021
2 parents 5696377 + 3f94a31 commit 84a1f6c
Show file tree
Hide file tree
Showing 8 changed files with 1,369 additions and 67 deletions.
26 changes: 25 additions & 1 deletion README.md → .github/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,28 @@
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
## Description

Quick starter template for DTS projects making use of one of our commonly-used [Next.js](https://nextjs.org/) setups.
This template uses the basic Next.js [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app) bootstrap template.

### Technologies Used
This project uses [Next.js](https://nextjs.org/) and [Tailwind CSS](https://tailwindcss.com/) for the front-end and [Jest](https://jestjs.io/)/[Cypress](https://www.cypress.io/) for unit testing and end-to-end testing.

## How to Implement/Get Started
Values that need to be configured:
-
-

Other details...

## Deployments
Write something about how deployments are done

## PR Procedures/Definition of done
We need to have at least one person reviewing each PR before it can be merged. Also, each branch should be prefixed by the relevant Jira issue, if possible e.g. **DC-13**-comprehensive-readme

## Useful Links
[TeamCity Link](https://teamcity.dts-stn.com/)

--- Default Create Next App text: remove or keep or re-use at your discretion ---

## Getting Started

Expand Down
7 changes: 7 additions & 0 deletions .github/issue_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## [DC-XXX](https://jira-dev.bdm-dev.dts-stn.com/browse/DC-XXX) (JIRA issue, if applicable)

### Description

### Success Criteria

### Addtional Notes
11 changes: 11 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## [DC-XXX](https://jira-dev.bdm-dev.dts-stn.com/browse/DC-XXX) (Jira Issue)

### Description

List of proposed changes:
-
-

### What to test for/How to test

### Addtional Notes
Loading

0 comments on commit 84a1f6c

Please sign in to comment.