forked from ory/oathkeeper
-
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.
Create PULL_REQUEST_TEMPLATE.md (ory#25)
- Loading branch information
Showing
1 changed file
with
21 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,21 @@ | ||
### Checklist for publishing changes to our website | ||
|
||
Prior to publishing changes to our live website at [ory.sh](https://ory.sh), it is important to work through this list with care and attention to the outlined points. | ||
|
||
**After** making sure that all criteria are met, a developer can be asked to review the proposed changes. | ||
|
||
- [ ] **Cross reference [ory.sh](https://ory.sh) and the netlify deploy with each other, by comparing them in a side by side view. All following steps should happen in side by side comparison.** | ||
- this will make even subtle changes that are not intended more visible and easier to correct | ||
- the website works behaves slighty different in mobile and desktop versions - **repeat all following steps for both mobile and desktop** | ||
|
||
**Links** | ||
- [ ] Every link in the navigation, external and internal, needs to be checked to work as intended | ||
- [ ] Every link in the footer, external and internal, needs to be checked to work as intended | ||
- [ ] Every link in the across the entire website, external and internal, needs to be checked to work as intended | ||
- Note: that ORY's Documentation is not managed within this repository and thus its content is not susceptible to changes made within this repository. | ||
|
||
**Functionality** | ||
- [ ] Does the navigation menu behave as intended? | ||
- [ ] Does the footer menu behave as intended? | ||
- [ ] Do modules that require **javascript** (e.g. code snippet, live stats, etc) work as intended? | ||
|