-
Notifications
You must be signed in to change notification settings - Fork 16
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
adding templates for issues #18
adding templates for issues #18
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.
I think this content is good and the PR looks like it is pointing at the right locations!
I think we might want to use yaml
formatting instead to allow for some more flexibility in how it is rendered with the boxes/text areas?
Can you take the content/ideas you have here and convert them over into:
algorithm_development.yml
and bug_report.yml
I think this would help with some of your multi-section pieces here as well and allow drop-downs, optional sections etc...
@greglucas what are the benefits of a .yml and is it as easy as changing the .md to .yml? |
@greglucas @tech3371 why does this not specify the whitespace? Can you help me understand this block? trim trailing whitespace.................................................Failed
|
I think that is what it takes to get the nice auto-formatting shown in that link with text-boxes etc. (i.e. GitHub has special handling of these files) But, maybe that can be done with Markdown as well? I don't know, I've just only seen other repos use yml. This is fine for a first cut and if we do want that format it can be a follow-on ticket as well.
All files should have a blank line at the end of them. You can also add a comment to your PR to have the bot help you out as well I think, with just this text in a new comment: |
for more information, see https://pre-commit.ci
Markdown is two things: (1) a plain text formatting syntax; and (2) a software tool, written in Perl, that converts the plain text formatting to HTML. On the other hand, YAML is detailed as "A straightforward machine parsable data serialization format designed for human readability and interaction". A human-readable data-serialization language. It is commonly used for configuration files but could be used in many applications where data is being stored or transmitted. |
…sue_templates adding templates for issues
Change Summary
Overview
Adding template for issue. Updates on algorithim_dev.md, bug_reporting.md
New Files
General_issue.md