[
  {
    "path": ".github/ISSUE_TEMPLATE/config.yml",
    "content": "blank_issues_enabled: false\ncontact_links:\n  - name: Community Guidelines\n    url: https://github.com/pypa/.github/blob/main/CODE_OF_CONDUCT.md\n    about: Please make sure to follow the PSF Code of Conduct when participating in this repository.\n  - name: Python Packaging User Guide\n    url: https://packaging.python.org/en/latest/\n    about: |\n      Collection of tutorials and references to help you distribute and install Python packages.\n      For contributions and suggestions please check https://packaging.python.org/en/latest/contribute/.\n"
  },
  {
    "path": ".github/ISSUE_TEMPLATE/general_issue.yml",
    "content": "name: General issue\ndescription: Open a general issue\n\nbody:\n- type: markdown\n  attributes:\n    value: |\n      Thank you for providing feedback on Python packaging!\n\n\n- type: textarea\n  id: problem\n  attributes:\n    label: Problem description\n    description: |\n      To help us help you, please be as detailed as possible.\n      \n  validations:\n    required: true\n"
  },
  {
    "path": ".github/ISSUE_TEMPLATE/packaging_tutorial.yml",
    "content": "name: Packaging tutorial problem\ndescription: Request help for a problem following a packaging tutorial\ntitle: Trouble with a packaging tutorial\n\nbody:\n- type: markdown\n  attributes:\n    value: |\n      Thank you for providing feedback on Python packaging!\n\n      To help us help you, please fill out as much of the following as you can.\n\n\n- type: input\n  id: os_version\n  attributes:\n    label: OS version\n    description: |\n      What is your operating system and version?\n\n      For example, this could be Windows 10 or Ubuntu 18.04.\n  validations:\n    required: true\n\n\n- type: input\n  id: py_version\n  attributes:\n    label: Python version\n    description: |\n      What is your Python version?\n\n      You can usually get this by running `python --version`.\n    placeholder: Python x.x.x\n  validations:\n    required: true\n\n\n- type: input\n  id: pip_version\n  attributes:\n    label: Pip version\n    description: |\n      What version of pip do you have?\n\n      You can usually get this by running `python -m pip --version`.\n    placeholder: pip x.x.x\n  validations:\n    required: true\n\n\n\n- type: input\n  id: guide\n  attributes:\n    label: Guide link\n    description: |\n      If you are following an online tutorial or guide, please provide a link to the page or section giving you trouble.\n\n\n- type: textarea\n  id: problem\n  attributes:\n    label: Problem description\n    description: |\n      Please describe your problem in as much detail as possible.\n      \n      Include all the commands that you ran, any offline guides you followed, etc.\n  validations:\n    required: true\n\n\n- type: textarea\n  id: error\n  attributes:\n    label: Error message\n    description: |\n      If you received an error message, please copy and paste the _entire_ message here.\n    render: text\n"
  },
  {
    "path": "README.md",
    "content": "Problems in Python Packaging\n============================\n\nShare your Python packaging problems. An attempt to create a unified database of all of the problems people have with\npackaging. To see the list, [browse issues on this repo](https://github.com/pypa/packaging-problems/issues).\n"
  }
]