1
0
mirror of synced 2026-01-01 00:04:41 -05:00
Files
docs/translations/ru-RU/content/github/managing-your-work-on-github/disabling-issues.md
Chiedo John c116efe725 Crowdin translations (translation-batch-1604415979) (#16312)
* New Crowdin translations by Github Action

* Revert broken translated files to English

* Revert broken translations

* Revert broken translations

* Revert more broket translations

* Revert broken translation

* Increase Node memory limit for running Jest

* Allow Node to use more memory for Jest

* Increase Node memory limit for running Jest

Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
Co-authored-by: Chiedo <chiedo@users.noreply.github.com>
Co-authored-by: James M. Greene <JamesMGreene@github.com>
2020-11-03 16:15:55 -05:00

29 lines
868 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: '*'
---
{% 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 %}