You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Contributions and issues are most welcome! All issues and pull requests are
4
+
handled through [GitHub](https://github.com/DiamondLightSource/dls-pmac-control/issues). Also, please check for any existing issues before
5
+
filing a new one. If you have a great idea but it involves big changes, please
6
+
file a ticket before making a pull request! We want to make sure you don't spend
7
+
your time coding something that might not fit the scope of the project.
8
+
9
+
## Issue or Discussion?
10
+
11
+
Github also offers [discussions](https://github.com/DiamondLightSource/dls-pmac-control/discussions) as a place to ask questions and share ideas. If
12
+
your issue is open ended and it is not obvious when it can be "closed", please
13
+
raise it as a discussion instead.
14
+
15
+
## Code Coverage
16
+
17
+
While 100% code coverage does not make a library bug-free, it significantly
18
+
reduces the number of easily caught bugs! Please make sure coverage remains the
19
+
same or is improved by a pull request!
20
+
21
+
## Developer Information
22
+
23
+
It is recommended that developers use a [vscode devcontainer](https://code.visualstudio.com/docs/devcontainers/containers). This repository contains configuration to set up a containerized development environment that suits its own needs.
24
+
25
+
This project was created using the [Diamond Light Source Copier Template](https://github.com/DiamondLightSource/python-copier-template) for Python projects.
26
+
The template's [Developer Guide](https://diamondlightsource.github.io/python-copier-template) contains detailed information on setting up a development environment, running the tests and what standards the code and documentation
0 commit comments