-
-
Notifications
You must be signed in to change notification settings - Fork 528
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
Create templates for issues and pull requests #679
Conversation
4434f92
to
03205ff
Compare
Thank you! I've been meaning to put this in place. I have time set apart this weekend to work on jrnl, so I'll review this then. |
I really love jrnl - so i wanted to contribute somehow, and that felt like an easy place to start :) |
.github/ISSUE_TEMPLATE.md
Outdated
|
||
* **Please tell us about your environment:** | ||
- Jrnl version: (run `jrnl -v`) | ||
- Python version: (run `python -V`) |
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.
Note that jrnl
might be using a different python than the one that python
points to. The quickest way to find it is to run head -1 `which jrnl`
, but we should probably just print this when running jrnl -v
instead.
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'd argue that'd be a thing jrnl -v
should print. i.e: jrnl version 1.9.8 (running on python3.8.1)
kindof.
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've added this to the jrnl -v
output now :)
So I've changed the output of version, so it's more fulfilling - But the test cases checking that fails. so I don't know if you want to accept the new format and with it change the test case |
@C0DK , can you please separate the version thing from the rest of the PR. We're trying to have one fix per PR to facilitate code review, and scheduling feature and bug releases. |
@wren will do :) sorry. |
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.
Thank you!
@C0DK Thanks, again! I'd be happy to take a look at the version thing in a separate PR, if you want to resubmit it. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
I saw that you lacked templates for the different github features (pullrequests and issues) so i wanted to quickly help out as i love the service. I might have made a few typos, but i hope they work. Please supply any corrections and i'll gladly change the PR 😃
It solves issue #668
Checklist
sadly all irrelevant