mirror of
https://gitlab.com/kicad/libraries/kicad-footprints.git
synced 2025-04-24 21:53:44 +00:00
Remove remaining GitHub related files.
This commit is contained in:
parent
b5297d1433
commit
e425689d66
24
.github/PULL_REQUEST_TEMPLATE.md
vendored
24
.github/PULL_REQUEST_TEMPLATE.md
vendored
@ -1,24 +0,0 @@
|
||||
*Replace this line with your commit message! Please provide a description of your pull request*
|
||||
|
||||
---
|
||||
|
||||
## :warning: Deprecation warning
|
||||
|
||||
On Oct 1, 2020 this repository, including issues and pull requests, will be archived and transferred to [gitlab.com](https://gitlab.com/kicad/libraries/kicad-footprints/). In order for your pull requests and issues to be imported into GitLab you must set your email address on GitHub to public and use the same address for your GitLab account. Or login to GitLab at least once using the GitHub icon. Otherwise the importer can't correlate the account information and the issues/comments on GitLab will be owned by `kicad-bot` ([importer documentation](https://docs.gitlab.com/ee/user/project/import/github.html#how-it-works)).
|
||||
|
||||
---
|
||||
|
||||
All contributions to the kicad library must follow the [KiCad library convention](http://kicad-pcb.org/libraries/klc/)
|
||||
|
||||
Thanks for creating a pull request to contribute to the KiCad libraries! To speed up integration of your PR, please check the following items:
|
||||
|
||||
- [ ] Provide a URL to a datasheet for the footprint(s) you are contributing
|
||||
- [ ] An example screenshot image is very helpful
|
||||
- [ ] If there are matching symbol or 3D model pull requests, provide link(s) as appropriate
|
||||
- [ ] Check the output of the Travis automated check scripts - fix any errors as required
|
||||
- [ ] Give a reason behind any intentional library convention rule violation.
|
||||
|
||||
---
|
||||
|
||||
Be patient, we maintainers are volunteers with limited time and need to check your contribution against the datasheet. You can speed up the process by providing all the necessary information (see above). And you can speed up the process even more by providing a dimensioned drawing of your contribution. A tutorial on how to do that is found here: https://forum.kicad.info/t/how-to-check-footprint-correctness/9279 (This is optional!)
|
||||
|
40
.github/lockdown.yml
vendored
40
.github/lockdown.yml
vendored
@ -1,40 +0,0 @@
|
||||
# Configuration for Repo Lockdown - https://github.com/dessant/repo-lockdown-app
|
||||
|
||||
# Skip issues and pull requests created before a given timestamp. Timestamp must
|
||||
# follow ISO 8601 (`YYYY-MM-DD`). Set to `false` to disable
|
||||
skipCreatedBefore: false
|
||||
|
||||
# Issues and pull requests with these labels will be ignored. Set to `[]` to disable
|
||||
exemptLabels: []
|
||||
|
||||
# Comment to post before closing or locking. Set to `false` to disable
|
||||
comment: >
|
||||
On Oct 1, 2020 this repository, including issues and pull requests, will be archived and transferred to
|
||||
[gitlab.com](https://gitlab.com/kicad/libraries/kicad-symbols/). In order for your pull requests and issues
|
||||
to be imported into GitLab you must set your email address on GitHub to public and use the same address for
|
||||
your GitLab account. Or login to GitLab at least once using the GitHub icon. Otherwise the importer can't
|
||||
correlate the account information and the issues/comments on GitLab will be owned by `kicad-bot`
|
||||
([importer documentation](https://docs.gitlab.com/ee/user/project/import/github.html#how-it-works)).
|
||||
# Label to add before closing or locking. Set to `false` to disable
|
||||
label: false
|
||||
|
||||
# Close issues and pull requests
|
||||
close: false
|
||||
|
||||
# Lock issues and pull requests
|
||||
lock: false
|
||||
|
||||
# Limit to only `issues` or `pulls`
|
||||
only: pulls
|
||||
|
||||
# Optionally, specify configuration settings just for `issues` or `pulls`
|
||||
# issues:
|
||||
# label: wontfix
|
||||
|
||||
# pulls:
|
||||
# comment: >
|
||||
# This repository does not accept pull requests, see the README for details.
|
||||
# lock: false
|
||||
|
||||
# Repository to extend settings from
|
||||
# _extends: repo
|
10
.travis.yml
10
.travis.yml
@ -1,10 +0,0 @@
|
||||
language: python
|
||||
python:
|
||||
- "3.6"
|
||||
|
||||
before_install:
|
||||
- git clone --depth 1 https://github.com/KiCad/kicad-library-utils /home/travis/build/kicad-library-utils
|
||||
|
||||
script:
|
||||
- bash /home/travis/build/kicad-library-utils/pcb/travis/check_all.sh $TRAVIS_BUILD_DIR -v
|
||||
- python /home/travis/build/kicad-library-utils/check_lib_table.py $TRAVIS_BUILD_DIR/*.pretty --table $TRAVIS_BUILD_DIR/fp-lib-table
|
Loading…
Reference in New Issue
Block a user