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
All Pull Requests must go through the code review process.
161
170
171
+
All Pull Requests require approval by at least one Code Owner.
172
+
173
+
Code Owners are maintained in `.github/CODEOWNERS`.
162
174
163
175
== Finding tasks
164
176
165
177
If you are looking to contribute but are unsure what to do, browse through the https://github.com/riscv-software-src/riscv-unified-db/issues[issues]. We try to keep them tagged by area and mark easier tasks with "good first issue".
178
+
179
+
== Legal
180
+
181
+
All contributions to UnifiedDB are by default made under the xref:LICENSE[BSD-3-clear license].
182
+
Copyrights are held by the specific contributors, and are not tracked by the UnifiedDB project other
183
+
than what can be gleaned through git history.
184
+
185
+
Under special circumstances code may be added under a different license.
186
+
For example, code from an existing project may be integrated after careful deliberation.
187
+
Any contributions under a different license will receive extra review.
188
+
When any contribution is made under a different license, it must be tracked using
0 commit comments