File: index.md

package info (click to toggle)
python-installer 0.6.0%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 416 kB
  • sloc: python: 2,576; makefile: 11; sh: 8
file content (27 lines) | stat: -rw-r--r-- 852 bytes parent folder | download | duplicates (2)
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
# Development

Thank you for your interest in installer! ✨

installer is a volunteer maintained open source project, and we welcome
contributions of all forms. This section of installer's documentation serves as
a resource to help you to contribute to the project.

```{toctree}
:hidden:

workflow
design
```

<!-- prettier-ignore-start -->
[Code of Conduct]
: Applies within all community spaces. If you are not familiar with our Code of Conduct, take a minute to read it before starting with your first contribution.

[Workflow](./workflow)
: Describes how to work on this project. Start here if you're a new contributor.

[Design and Scope](./design)
: Describes what this project is for, and how that informs the design decisions made.
<!-- prettier-ignore-end -->

[code of conduct]: https://github.com/pypa/.github/blob/main/CODE_OF_CONDUCT.md