Skip to content

Commit 9d3dd33

Browse files
authored
Merge pull request #6 from LibrePCB-Libraries/update-from-template
Update from template
2 parents a45b168 + 55ca763 commit 9d3dd33

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

.github/pull_request_template.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
<!-- Describe the changes you have made. -->
33

44

5+
##### DATASHEETS / REFERENCES
6+
<!-- When submitting a new device or package, please provide links to the
7+
necessary datasheets, package drawings or standards documents.-->
8+
9+
510
##### OPEN QUESTIONS / UNRESOLVED ISSUES
611
<!-- List topics you are unsure about, if any. Otherwise, leave this empty. -->
712

@@ -12,7 +17,13 @@ by adding an "x" between the brackets (i.e. "[x]"). If you are unsure, leave
1217
the corresponding items unchecked so the library maintainers know where help
1318
is needed. -->
1419

15-
- [ ] I have read and followed the [library conventions](https://docs.librepcb.org/#libraryconventions).
20+
- [ ] I have read and followed the library conventions¹.
1621
- [ ] For packages, I followed IPC7351C (see details in library conventions).
22+
- [ ] For modified elements, I bumped their version number².
23+
- [ ] I already used the new library elements in a design and verified their correctness (optional).
1724
- [ ] I'm the copyright owner of the added content (i.e. the changes are made by myself, not copied/imported from somewhere else).
18-
- [ ] I agree to publish all my changes under the [CC0 Public Domain License](https://en.wikipedia.org/wiki/CC0), allowing everyone to use and modify the content without any restrictions.
25+
- [ ] I agree to publish all my changes under the CC0 Public Domain License³, allowing everyone to use and modify the content without any restrictions.
26+
27+
¹ *Library Conventions: https://docs.librepcb.org/#libraryconventions*
28+
² *Minor version bump if only metadata was modified (e.g. "0.1" -> "0.1.1"), major version bump if functional changes were made (e.g. "0.1" -> "0.2")*
29+
³ *CC0 Public Domain License: https://en.wikipedia.org/wiki/CC0*

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: CI
22
on: [push, pull_request]
33
jobs:
44
check:
5-
runs-on: ubuntu-18.04
5+
runs-on: ubuntu-20.04
66
container:
7-
image: librepcb/librepcb-cli:0.1.3
7+
image: librepcb/librepcb-cli:0.1.5
88
options: --entrypoint /bin/bash
99
steps:
1010
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)