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