Skip to content

Commit

Permalink
update pr-template
Browse files Browse the repository at this point in the history
  • Loading branch information
mluena committed Feb 27, 2024
1 parent 5b4d9b2 commit 4244989
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 3 deletions.
16 changes: 15 additions & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Substitute this line for a meaningful title for your changes

### Overview

_Please write a description. If the PR is hard to understand, provide a quick explanation of the code._

### Designs
Expand All @@ -8,6 +12,16 @@ _Link to the related design prototypes (if applicable)_

_Please explain how to test the PR: ID of a dataset, steps to reach the feature, etc._

### Tracking
### Feature relevant tickets

_Link to the related task manager tickets_

---

## Checklist before submitting

- [ ] Meaningful commits and code rebased on `develop`.
- [ ] Update CHANGELOG
- [ ] If this PR adds feature that should be tested for regressions when
deploying to staging/production, please add brief testing instructions
to the deploy checklist
3 changes: 3 additions & 0 deletions client/next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ const nextConfig = {
},
];
},
experimental: {
missingSuspenseWithCSRBailout: false,
},
};

export default nextConfig;
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"lucide-react": "^0.252.0",
"mapbox-gl": "2.15.0",
"next": "14.1.0",
"nuqs": "^1.16.1",
"nuqs": "1.16.1",
"postcss": "8.4.24",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"heroku-postbuild": "./heroku.build"
},
"engines": {
"node": "18.x"
"node": ">= 18.17"
}
}

0 comments on commit 4244989

Please sign in to comment.