Skip to content

Prevent empty issues, redirect issues that should go upstream #431

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

Closed
HonkingGoose opened this issue Jul 22, 2021 · 2 comments · Fixed by #432
Closed

Prevent empty issues, redirect issues that should go upstream #431

HonkingGoose opened this issue Jul 22, 2021 · 2 comments · Fixed by #432
Labels
chore Changes that affect the build system, CI config or other changes that don't modify src/test files released

Comments

@HonkingGoose
Copy link
Contributor

Once we're done with #430, we can think about forcing contributors to use the provided forms.

We can also configure the template chooser (screen you see when you click "new issue") to show a button with a link to upstream projects like ESLint with a custom text. This can help re-direct unwanted stuff to the proper place. 😉

Example config.yml:

blank_issues_enabled: false
contact_links:
  - name: ESLint upstream
    url: https://github.com/eslint/eslint/issues
    about: Report problems with the ESLint program itself to the upstream project.

Read GitHub Docs, configuring the template chooser to learn more.

@Belco90 Belco90 added the chore Changes that affect the build system, CI config or other changes that don't modify src/test files label Jul 22, 2021
@Belco90
Copy link
Member

Belco90 commented Jul 22, 2021

Oh nice, I didn't know this was possible! I like this idea.

@github-actions
Copy link

🎉 This issue has been resolved in version 4.11.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Changes that affect the build system, CI config or other changes that don't modify src/test files released
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants