-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
feat(meta): add learn article issue template #7680
New issue
Have a question about this project? No Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “No 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? No Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
Pull Request Overview
This PR adds a new issue template to differentiate learn article issues from documentation issues.
- Introduces a dedicated learn article issue template.
- Provides structured fields for Affected URL and Issue Description.
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## main #7680 +/- ##
==========================================
+ Coverage 74.63% 74.81% +0.17%
==========================================
Files 96 98 +2
Lines 7689 7842 +153
Branches 192 197 +5
==========================================
+ Hits 5739 5867 +128
- Misses 1948 1973 +25
Partials 2 2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
I'm away from my machine right now, but I'll push the lint fixes by the end of the day, unless someone else beats me to it. |
Signed-off-by: Aviv Keller <me@aviv.sh>
Signed-off-by: Aviv Keller <me@aviv.sh>
Lighthouse Results
|
Looking at some issues in nodejs/node, it seems like it may be unclear for some users to identify what a "doc" issue is versus a learn article issue.
Having a template for a learn article issue might help.