-
-
Notifications
You must be signed in to change notification settings - Fork 480
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
Add issue and PR templates #34983
Add issue and PR templates #34983
Conversation
@tobiasdiez - can you enable issues and PRs on your fork, just to see how this looks like in production? |
@dimpase Sure, good idea, should have done this directly. For the PR template, this PR already uses it and you can test it now at tobiasdiez/sage@develop...tobiasdiez:sage:fix-netlify. For a new issue, have a look at https://github.com/tobiasdiez/sage/issues/new/choose |
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
I took the liberty to remove @mkoeppe from the reviewers list - just to streamline this one. |
Lgtm; just fixed a typo. |
Improved version based on https://github.com/sagemath/sage-gh-templates-sandbox Fixes sagemath/trac-to-github#86. Co-authored-by: Matthias Köppe <mkoeppe@math.ucdavis.edu>
b866ac5
to
46cdc6c
Compare
Codecov ReportBase: 88.59% // Head: 88.59% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## develop #34983 +/- ##
===========================================
- Coverage 88.59% 88.59% -0.01%
===========================================
Files 2136 2136
Lines 396141 396141
===========================================
- Hits 350948 350943 -5
- Misses 45193 45198 +5
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
I'm merging this too - it makes creation of PRs and issues more meaningful and documented. Nothing else is affected. |
Thanks! Do you think we should also give hints for good PR titles, e.g. "Fix build error of scipy" instead of |
indeed, can you fix this? |
Sure: #35022 By the way, if you "squash" a PR instead of merging it, you normally get a nicer more linear commit history in the |
You mean the missing "Approved" in the list? This comes from the fact that github only takes reviews from people with write/maintainer rights into account when computing that. And in #35064, Travis has "only" triage rights. This is also the reason why his review is only a gray tick, while Matthias review at #35060 is a green tick. |
Yes, that's what I meant. Thanks for the explanation, and sorry for the noise. |
📚 Description
Improved version based on https://github.com/sagemath/sage-gh-templates-sandbox
Fixes sagemath/trac-to-github#86.
📝 Checklist
⌛ Dependencies