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
{{ message }}
This repository was archived by the owner on Jun 30, 2023. It is now read-only.
You can contribute to the project with issues and PRs.
4
+
Simply filing issues for problems you encounter is a great way to contribute. Contributing implementations is greatly appreciated.
5
+
6
+
## Before you file a bug...
7
+
* Is this a question, or are you looking for help? Ask it in the project's **Discussions** tab instead, if available.
8
+
9
+
* Did you search the issues list to see if someone already reported it? _When looking for duplicates, make sure to look through open **and** closed issues._
10
+
* Did you create a simple repro for the problem? _We won't look at your bug until you provide a repro project or complete repro steps._
11
+
12
+
## Before you submit a PR...
13
+
14
+
* Did you ensure there is a corresponding issue labelled as 🟢 help wanted?
15
+
If not, please open one to start the discussion.
16
+
* Does the code follow existing coding styles? (spaces, comments, no regions, etc.)?
17
+
We enforce the basic styles by running `dotnet format` on the repository root.
18
+
You can do the same before submitting a PR to speed up the process.
19
+
* Did you write unit tests?
20
+
Typically required if there are other unit tests for existing or related code.
21
+
22
+
## Looking for something to work on?
23
+
24
+
Look at the repo issues labelled as 🟢 help wanted and 🟣 good first issue to find
25
+
something to contribute!
26
+
27
+
# Contributor License Agreement
28
+
29
+
You must sign the [Contribution License Agreement (CLA)](https://cla-assistant.io/devlooped/) before your PR will be merged.
30
+
This is a one-time requirement for projects in the Devlooped organization.
31
+
You can read more about [Contribution License Agreements (CLA)](http://en.wikipedia.org/wiki/Contributor_License_Agreement) on Wikipedia.
32
+
33
+
You don't have to do this up-front. You can simply clone, fork, and submit your pull-request as usual.
34
+
When your pull-request is created, it is classified by a CLA bot, which will let
0 commit comments