gns3-registry/PULL_REQUEST_TEMPLATE.md

19 lines
1.1 KiB
Markdown
Raw Normal View History

2017-12-10 17:40:57 +00:00
Before submitting a pull request, please check the following.
---
When updating an **existing** appliance:
- [ ] The new version is on top.
2017-12-19 18:44:33 +00:00
- [ ] The filenames in the "images" section are unique, to avoid appliances / version overwriting each other.
2017-12-10 17:40:57 +00:00
- [ ] If you forked the repo, running check.py doesn't drop any errors for the updated file.
---
When creating a **new** appliance:
- It's tested locally, i.e.
- [ ] You dragged an instance into a project on your box, got it installed (if necessary), and did some basic network checks (ping, UI reachable, etc.).
- [ ] GNS3 VM can run it without any tweaks.
2017-12-31 15:00:44 +00:00
- [ ] The device is in the right category: router, switch, guest (hosts), firewall
2017-12-10 17:40:57 +00:00
- [ ] You filled in as much info as possible (checks the schemas and other appliance files for some guidance).
- [ ] When adding a container: it builds on Docker Hub and can be pulled.
2017-12-19 18:44:33 +00:00
- [ ] The filenames in the "images" section are unique (to avoid appliances and/or versions overwriting each other).
2017-12-10 17:40:57 +00:00
- [ ] If you forked the repo, running check.py doesn't drop any errors for the new file.
- [ ] *Optional: a symbol has been created for the new appliance.*