Fixed typos in PR template

This commit is contained in:
adosztal 2017-12-19 19:44:33 +01:00
parent d9815ebc12
commit 3b4fed8608

View File

@ -3,7 +3,7 @@ Before submitting a pull request, please check the following.
---
When updating an **existing** appliance:
- [ ] The new version is on top.
- [ ] The filesnames in the "images" section are unique, to avoid appliances / version overwrinting each other.
- [ ] The filenames in the "images" section are unique, to avoid appliances / version overwriting each other.
- [ ] If you forked the repo, running check.py doesn't drop any errors for the updated file.
---
When creating a **new** appliance:
@ -12,6 +12,6 @@ When creating a **new** appliance:
- [ ] GNS3 VM can run it without any tweaks.
- [ ] 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.
- [ ] The filesnames in the "images" section are unique (to avoid appliances and/or versions overwriting each other).
- [ ] The filenames in the "images" section are unique (to avoid appliances and/or versions overwriting each other).
- [ ] 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.*