diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md deleted file mode 100644 index ada3a1dbe..000000000 --- a/.github/CONTRIBUTING.md +++ /dev/null @@ -1,9 +0,0 @@ -Contributing to pretalx -======================= - -Hey there and welcome to pretalx! - -We've got an contributors guide in [our documentation](http://docs.pretalx.org/developer/index.html). - -Please note that we have a [Code of Conduct](https://github.com/pretalx/pretalx/blob/master/CODE_OF_CONDUCT.md) in place -that applies to all project contributions, including issues, pull requests, etc. diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml deleted file mode 100644 index aa6126ba5..000000000 --- a/.github/FUNDING.yml +++ /dev/null @@ -1 +0,0 @@ -patreon: rixx diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml deleted file mode 100644 index 9fe34c3bc..000000000 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ /dev/null @@ -1,53 +0,0 @@ -name: Bug Report -description: Create a report about incorrect or unhelpful behaviour. -labels: ["type: bug"] -body: - - type: markdown - attributes: - value: Please make sure to search our issues for similar bugs first! If bug has been reported already, react with a thumbs-up, and/or leave a comment providing further details. - - type: textarea - id: current - attributes: - label: Problem and impact - description: What problem you're running into? What impact does it have on you / your event? - placeholder: When trying to do ____, pretalx suddenly shows me an error saying "...". - - type: textarea - id: expected - attributes: - label: Expected behaviour - description: Sometimes bugs are subtle and the expected behaviour may need some explanation. Leave empty if it's just "Don't be broken." - - type: textarea - id: reproduction - attributes: - label: Steps to reproduce - description: "Please give as much context as possible: Are there any settings that impact this behaviour? Which stage is your event in?" - value: | - 1. - 2. - 3. - 4. - - type: textarea - id: screenshots - attributes: - label: Screenshots - description: If possible, show screenshots of the problem. - - type: input - id: link - attributes: - label: Link - description: Link to the page where the bug occurs - - type: input - id: browser - attributes: - label: Browser (software, desktop or mobile?) and version - description: Leave empty for backend problems - - type: input - id: os - attributes: - label: Operating system, dependency versions - description: Leave empty for frontend problems - - type: input - id: version - attributes: - label: Version - description: The pretalx version in use. (Leave empty if unknown.) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml deleted file mode 100644 index 8d9caa0d5..000000000 --- a/.github/ISSUE_TEMPLATE/config.yml +++ /dev/null @@ -1,5 +0,0 @@ -blank_issues_enabled: false -contact_links: - - name: Community Support - url: https://github.com/pretalx/pretalx/discussions - about: Please post your support requests in our GitHub Discussions instead! diff --git a/.github/ISSUE_TEMPLATE/feature_idea.yml b/.github/ISSUE_TEMPLATE/feature_idea.yml deleted file mode 100644 index 775e8db68..000000000 --- a/.github/ISSUE_TEMPLATE/feature_idea.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: Feature idea -description: Suggest a new pretalx feature. -labels: ["type: feature"] -body: - - type: markdown - attributes: - value: Please make sure to search our issues for similar feature requests first! If the requests exists already, react with a thumbs-up to indicate your interest. If a similar issue exists, either leave a comment there or link the issue here. - - type: textarea - id: problem - attributes: - label: Problem and impact - description: What problem you're running into? What impact does it have on you / your event? - placeholder: "When trying to do ____, I have to go through three separate pages: …" - - type: textarea - id: solution - attributes: - label: Proposed solution / feature - description: How would pretalx behave in an ideal world? What would make your life easier? - placeholder: Ideally, I could do ____ directly from page ____, with helpful suggestions drawing from my recent search. - - type: textarea - id: context - attributes: - label: Context or examples - description: Providing context helps us choose a solution that is the most useful to all events using pretalx while also being maintainable. Examples from other projects, or screenshots, or rough drafts are also great to start a discussion. diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 50c1bd6c3..d7bd2d601 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -13,5 +13,3 @@ This PR closes/references issue #XX. It does so by … - [ ] I have added tests to cover my changes. -- [ ] I have updated the documentation. -- [ ] My change is listed in the ``doc/changelog.rst``. diff --git a/SECURITY.md b/SECURITY.md deleted file mode 100644 index eb3e6c548..000000000 --- a/SECURITY.md +++ /dev/null @@ -1,14 +0,0 @@ -# Security Policy - -## Supported Versions - -Due to limited development bandwidth, only the [most recent release](https://pypi.org/project/pretalx/#history) is -currently supported. If you need support for previous releases, please contact -[support@pretalx.com](mailto:support@pretalx.com). - -## Reporting a Vulnerability - -If you find a vulnerability in pretalx, please contact [support@pretalx.com](mailto:support@pretalx.com). We will -respond in a timely manner. If appropriate, we will work with you on further processes/publishing and mitigation. -Since we are a small open source project, we will not be able to pay bounties, but we will acknowledge you in the -disclosure publication.