-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Added Issue and PR Templates #1364
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.
Looks like the final newline char was missing!
https://github.com/nodejs/docker-node/pull/1364/checks?check_run_id=1227442199
@sudiptog81 thanks for the contribution! The current issue template in this pull request looks like a bug report template, do you think you can also add a feature request template, as not all the issues are bug related? I think we can do it by putting them in the folder: |
Sure. I will address the comments in my next commit. |
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 think this is looking pretty good, just some minor suggestions that could also come later
Nice work @sudiptog81 👍 Please give us a while to review it 😄 |
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 👍
Ask for one more approval from @nodejs/docker 😃 |
@sudiptog81 would you squash these commits and rebase your branch base on the latest master branch? I can also help you do it if you want. |
I'll do that as soon as able. Thanks for the approval! |
b715ec3
to
2d2e85d
Compare
2d2e85d
to
f95299d
Compare
Let's get it merged, and we'll see if there is anything we can improve in the usage. |
Added
ISSUE_TEMPLATE.md
andPULL_REQUEST_TEMPLATE.md
in.github
.Closes #1214.
Closes #1346.