The Meson Build System
http://mesonbuild.com/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
1.1 KiB
24 lines
1.1 KiB
# Wrap review guidelines |
|
|
|
In order to get a package in the Wrap database it must be reviewed and |
|
accepted by someone with admin rights. Here is a list of items to |
|
check in the review. If some item is not met it does not mean that the |
|
package is rejected. What should be done will be determined on a |
|
case-by-case basis. Similarly meeting all these requirements does not |
|
guarantee that the package will get accepted. Use common sense. |
|
|
|
## Checklist |
|
|
|
Reviewer: copy-paste this to MR discussion box and tick all boxes that apply. |
|
|
|
- [ ] project() has version string |
|
- [ ] project() has license string |
|
- [ ] if new project, master has tagged commit as only commit |
|
- [ ] if new branch, it is branched from master |
|
- [ ] contains a readme.txt |
|
- [ ] contains an upstream.wrap file |
|
- [ ] download link points to authoritative upstream location |
|
- [ ] wrap repository contains only build system files |
|
- [ ] merge request is pointed to correct target branch (not master) |
|
- [ ] wrap works |
|
- [ ] repo does not have useless top level directory (i.e. libfoobar-1.0.0)
|
|
|