KrshArchive / open-source-best-practices

A list of open source best practices to get more stars, forks and contributors 🥳
MIT License
5 stars 4 forks source link

[FEAT] Guidelines stating why a pre-built environment is necessary when submitting an issue/pr #13

Open AnishDe12020 opened 2 years ago

AnishDe12020 commented 2 years ago

Describe the feature

As a maintainer, one doesn't always have time to go to a specific version of the project, and in many cases, even reproduce the issue (mostly in the case of libraries). When submitting a bug report, the contributor can be required to set up an environment with everything reproduced (gitpod, codesandbox etc). When opening a pr, the contributor can be required to set up an environment (also possible in gitpod, codesandbox etc.) with the changes made. This can be a good tip.

Is your feature request related to a problem? Please describe.

No response

Describe the solution you'd like

Add this as an open-source best practice

Describe alternatives you've considered

None

Screenshots

No response

Additional information

Inspired by Chakra UI's system

gptkrsh commented 2 years ago

Awesome Idea :D