Skip to content
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/PR Templates #708

Open
Bhupesh-V opened this issue Jul 6, 2020 · 4 comments
Open

Add Issue/PR Templates #708

Bhupesh-V opened this issue Jul 6, 2020 · 4 comments

Comments

@Bhupesh-V
Copy link

Why

  • Will help contributors be more specific while reporting issues (bugs/enhancements etc)
  • Issue Labels can be automatically applied.
  • Helps maintainers, better analyze issues (environment specific problems)

A Demo can be seen while opening a bug report at black

black

@Bhupesh-V Bhupesh-V changed the title Add Issue Templates Add Issue/PR Templates Jul 6, 2020
@Sc0rpi0n101
Copy link
Member

So, black has multiple issue templates for different types of issues. Do you think we should also have multiple templates, or one general template?

@Bhupesh-V
Copy link
Author

Bhupesh-V commented Jul 7, 2020

Do you think we should also have multiple templates,

Yes

  • Bug Report
  • Feature Request
  • Question [For clearing doubts regarding codebase/setup etc]
  • Say Thank you [Open if someone likes junction 🔥 😃 ]

the last 2 can be omitted if not necessary.

A PR template can be like this 👇

<!--- Provide a general summary of your changes in the Title above -->

## Description
<!--- Describe your changes in detail -->
<!--- If the Pull Request is a WIP, open a draft PR instead -->

## Motivation and Context
<!--- Why is this change required? What problem does it solve? -->
<!--- If it fixes an open issue, please link to the issue here. -->

## Screenshots (if applicable):

## Types of changes
<!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: -->
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)

## Checklist:
<!--- Go over all the following points, and put an `x` in all the boxes that apply. -->
<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
- [ ] My code follows the code style of this project.
- [ ] My change requires a change to the documentation.
- [ ] I have updated the documentation accordingly.
- [ ] I have run tests locally.

@avats-dev
Copy link

avats-dev commented Aug 14, 2020

@palnabarun Is anyone working on this? I want to contribute.

@ibrahimsha23
Copy link

@palnabarun May i work on the issue? Do you have any suggestion on templates, please let me know?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants