pullrequest_template.json

Sun, 06 Jul 2014 20:46:53 +0300

author
Santeri Piippo <crimsondusk64@gmail.com>
date
Sun, 06 Jul 2014 20:46:53 +0300
changeset 10
f2eb2cd815e4
parent 3
b328fdc09692
permissions
-rw-r--r--

- added make-example-wad.sh

3
b328fdc09692 - add commentary to pull-request.sh, added missing template JSON, fixed copyright year in LICENSE
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
1 {
b328fdc09692 - add commentary to pull-request.sh, added missing template JSON, fixed copyright year in LICENSE
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
2 "title": "{{TITLE}}",
b328fdc09692 - add commentary to pull-request.sh, added missing template JSON, fixed copyright year in LICENSE
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
3 "source":
b328fdc09692 - add commentary to pull-request.sh, added missing template JSON, fixed copyright year in LICENSE
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
4 {
b328fdc09692 - add commentary to pull-request.sh, added missing template JSON, fixed copyright year in LICENSE
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
5 "branch":
b328fdc09692 - add commentary to pull-request.sh, added missing template JSON, fixed copyright year in LICENSE
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
6 {
b328fdc09692 - add commentary to pull-request.sh, added missing template JSON, fixed copyright year in LICENSE
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
7 "name": "default"
b328fdc09692 - add commentary to pull-request.sh, added missing template JSON, fixed copyright year in LICENSE
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
8 },
b328fdc09692 - add commentary to pull-request.sh, added missing template JSON, fixed copyright year in LICENSE
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
9 "repository":
b328fdc09692 - add commentary to pull-request.sh, added missing template JSON, fixed copyright year in LICENSE
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
10 {
b328fdc09692 - add commentary to pull-request.sh, added missing template JSON, fixed copyright year in LICENSE
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
11 "full_name": "{{SOURCE_REPO}}"
b328fdc09692 - add commentary to pull-request.sh, added missing template JSON, fixed copyright year in LICENSE
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
12 },
b328fdc09692 - add commentary to pull-request.sh, added missing template JSON, fixed copyright year in LICENSE
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
13 "commit":
b328fdc09692 - add commentary to pull-request.sh, added missing template JSON, fixed copyright year in LICENSE
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
14 {
b328fdc09692 - add commentary to pull-request.sh, added missing template JSON, fixed copyright year in LICENSE
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
15 "hash": "{{HEAD}}"
b328fdc09692 - add commentary to pull-request.sh, added missing template JSON, fixed copyright year in LICENSE
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
16 }
b328fdc09692 - add commentary to pull-request.sh, added missing template JSON, fixed copyright year in LICENSE
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
17 }
b328fdc09692 - add commentary to pull-request.sh, added missing template JSON, fixed copyright year in LICENSE
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
18 }

mercurial