-
Notifications
You must be signed in to change notification settings - Fork 1
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
[#61] Add GitHub add-on #97
Conversation
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.
A last minor suggestion ⬆️
But the rest is awesome!! Thanks for having also cleaned the previous options (Heroku, etc...) 🙇 🙇 🙇 🙇
@@ -0,0 +1,13 @@ | |||
- Close # |
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.
we should use the new PR template https://github.com/nimblehq/git-template/pull/27/files
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.
Let update the content descriptions but keep the - Close #
(as there is a PR in progress) ;-)
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.
Thanks, changed in f3a5013
Provide the ID and title of the issue in the section for each type (feature, chore and bug). The link is optional. | ||
|
||
- [sc-1234] As a user, I can log in | ||
or just | ||
- [[sc-1234](https://app.shortcut.com/nimblehq/story/1234)] As a user, I can log in |
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.
to match with the way we're currently doing
Provide the ID and title of the issue in the section for each type (feature, chore and bug). The link is optional. | |
- [sc-1234] As a user, I can log in | |
or just | |
- [[sc-1234](https://app.shortcut.com/nimblehq/story/1234)] As a user, I can log in | |
Provide the Pull Request IDs in the section for each type (feature, chore, and bug), e.g. | |
- #1234 |
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.
Thanks, changed in f3a5013
@malparty @andyduong1920 I requested you to review this PR again as I changed a bit:
Please help me take a look at that 🙏 |
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.
LGTM! :)
**/.terraform/**
into the .gitignore file #60What happened 👀
lint
workflow.gitignore
from this templateInsight 📝
glob.sync
, I need to add the optiondot: true
toBeEmpty
matcher to test if the folder is emptyProof Of Work 📹
Tests should be passed