File: CONTRIBUTING.md

package info (click to toggle)
ipywidgets 8.1.5-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 11,520 kB
  • sloc: python: 7,041; javascript: 1,764; sh: 62; makefile: 36
file content (47 lines) | stat: -rw-r--r-- 1,171 bytes parent folder | download
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
# Contributing

We appreciate contributions from the community.

Click here to see the full [Guidelines](docs/source/contributing.md):

- issues are managed by the `@meeseeksdev` bot
- When opening an issue, make sure that it hasn't been solved
  - Search on Google or Github.
- Include your system information

```
python -c "import IPython; print(IPython.sys_info())"
```

- **All work is submitted through pull requests (PRs)**
  - PRs are submitted as soon as there is code to be discussed

---

# Check these resources:

Now that we went through the basics, Here are more detailed documentation on areas of contribution:

## Installing

[Developer install information](docs/source/dev_install.md) for installation steps.

## Releasing

[Release procedures](docs/source/dev_release.md)

## Testing

[Testing Contributions](docs/source/dev_testing.md)

## Documenting

[Documentation Contributions](docs/source/dev_docs.md)

---

# Good First Issues

This is a link for issues that don't require deep knowledge of the project:

Click here: [Good First Issues](https://github.com/jupyter-widgets/ipywidgets/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22)