1
0
mirror of synced 2026-01-23 21:03:52 -05:00
Files
docs/translations/ru-RU/content/github/managing-your-work-on-github/disabling-issues.md
2021-03-26 21:27:27 +01:00

31 lines
894 B
Markdown

---
title: Disabling issues
intro: You may wish to turn issues off for your repository if you do not accept contributions or bug reports.
redirect_from:
- /articles/disabling-issues
versions:
free-pro-team: '*'
enterprise-server: '*'
github-ae: '*'
topics:
- pull requests
---
{% data reusables.repositories.navigate-to-repo %}
{% data reusables.repositories.sidebar-settings %}
3. Under Features, unselect the **Issues** checkbox. ![Remove Issues checkbox](/assets/images/help/issues/issues_settings_remove_from_repo.png)
If you decide to enable issues again in the future, any issues that were previously added will be available.
{% if currentVersion == "free-pro-team@latest" %}
{% tip %}
Please contact
{% data variables.contact.contact_support %} if you want to turn off issues because of abuse from strangers.
{% data reusables.policies.abuse %}
{% endtip %}
{% endif %}