summaryrefslogtreecommitdiffstats
path: root/.github/ISSUE_TEMPLATE/packaging.yml
blob: f22f112f7770f4db4522a054f08aec6de75dd57b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
name: Packaging
description: For issues, questions, or requests regarding packaging or distribution.
labels: ["packaging"]
body:
  - type: markdown
    attributes:
      value: >
        If this is an issue about supporting a new package/installation method for a platform you use, please
        consider maintaining it yourself/with others and submitting a PR or issue with a link to it - they'll be
        very much appreciated and likely added to the README quickly. [The documentation on packaging/distribution](https://clementtsang.github.io/bottom/nightly/contribution/packaging-and-distribution/)
        may be helpful in setting things up. If there are some issues with bottom itself causing problems with
        packaging, feel free to open an appropriate issue.


        If this is an issue regarding a specific existing distribution channel, then please understand that outside of:

          * [crates.io](https://crates.io/crates/bottom)
          * [Chocolatey](https://community.chocolatey.org/packages/bottom)
          * [Binary releases released on GitHub](https://github.com/ClementTsang/bottom/releases)


        I do _not_ personally maintain any other distribution channel. Preferably, for any issues with other distribution
        channels, you should first try to contact the package maintainers where appropriate for help regarding
        distribution-specific issues (e.g. the package has issues installing, it is outdated, etc.) before reaching out
        here.


        This is as while I am happy to help where possible, I do not personally use many of the various ways people
        distribute bottom. As such, unless specified, it's very likely I lack the platform-specific context, knowledge,
        or tools to be able to help you at all, and the best I can do is just point you to whoever added the
        distribution method in the first place - as such, it's probably easier to just ask them directly.

  - type: checkboxes
    id: acknowledgements
    attributes:
      label: Checklist
      options:
        - label: >
            I have read and understood the above text.
          required: true

  - type: textarea
    id: description
    validations:
      required: true
    attributes:
      label: Describe the issue
      description: >
        What is the packaging-related issue? Please be clear and concise.
      placeholder: |
        Example: Would it be possible to add shell completion generation as a separate build artifact?