Contributing Guidelines #3
Closed
StefanGreve
started this conversation in
Feature Requests
Replies: 1 comment
-
Closed by #24 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Preamble
Contributing guidelines can help to streamline the onboarding process of new developers and provide answers to frequently asked questions during development. By convention this information is usually put down in a
CONTRIBUTING.md
file at root level.Requirements
Some suggestions from me about what the content could encapsulate:
Remarks
For bug reports specifically, we could start to make use of issue template feature. Ideally, this file would also have a few comments about making feature requests here in the discussions panel rather than opening a new issue in this repository.
I don't think we need to include an in-depth code style guideline.
As far as documentation is concerned, it would be great if we could adapt
sphinx
as a documentation generator in the future. This seems to be a good starter guide to help us get started.Planning Status
Scheduled for milestone
1.0.0
.Beta Was this translation helpful? Give feedback.
All reactions