JuliaPy / SymPy.jl

Julia interface to SymPy via PyCall
http://juliapy.github.io/SymPy.jl/
MIT License
269 stars 62 forks source link

[Feature]: Issue Templates #507

Closed money8203 closed 1 year ago

money8203 commented 1 year ago

I would like to request the implementation of issue templates for different types of issues in the repository. Having standardized templates will help streamline the issue creation process and ensure that all necessary information is provided for each specific type of issue, like :-

  1. Bug Report Template:

This template will guide users in reporting bugs or unexpected behavior in the project.

Sections:

  1. Feature Request Template:

This template will help users submit feature requests and improvements for the project.

Sections:

3.Documentation Issue Template:

This template will assist users in reporting issues related to documentation, such as errors, unclear instructions, or missing information.

Sections:

jverzani commented 1 year ago

Sounds good. I've never set these up before. Is there some guide or could you plumb it in?

money8203 commented 1 year ago

Yes, there's a whole guide for this https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates

You can go through it if you want else I can hit a pr both for PR and Issue templates

jverzani commented 1 year ago

Thanks! This was pretty easy to do.