-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hoff 113- added Hof skeleton project #1
base: master
Are you sure you want to change the base?
Conversation
In terms of your PR, it's good you linked the JIRA ticket. I would still give a worded What to save the reviewer to go through the ticket. You can just say create HOF skeleton |
The Jira ticket is linked to the PR in What section |
Great you've updated it. The link is great it's just it's good to always make it easy for a reviewer to know what the PR is. It's also about people in the future that look back at this PR. They might not be able to access the link in the future |
|
||
Step 5: yarn | ||
|
||
Step 6: yarn run start:dev |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would highly recommend reading about how to do documentation on github https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/quickstart-for-writing-on-github
Whenever you put in codeblocks, the common practice is to use backticks
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would change
'/confirmation': {
backLink: false
}
to
'/confirmation': {
clearSession: true
}
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have unresolved this as I can't see the change - has it been pushed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it should say clearSession: true
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes push already i have no idea why the changes not coming on
I agree with @Rhodine-orleans-lindsay the less code/files/modules the better. This also includes content. The main aim of this repo is to build new projects from. Even the readme imho should just tell you how to install and run the app |
There is a .DS_Store file in the assets folder that should be ignored by git so you'll need to delete that before you push again |
.DS_Store file not found |
|
||
## Screenshots (optional) | ||
|
||
## Anything Else? (optional) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
@Rhodine-orleans-lindsay and @sulthan-ahmed should i squash all the commit messages ? |
You can squash it once it's approved |
Here is an example of how @adityababumallisettiHO did a really great git commit message https://github.com/UKHomeOfficeForms/hof-services-config/pull/189/commits/7a111450b6cd90ab558de4d1f4466f42b224b825 |
What?
HOFF-113. create HOF skeleton
Why?
To create a simple and unique template for HOF forms
How?
Testing?
Tested locally
Screenshots (optional)
Anything Else? (optional)