pullrequest_template.json

Sun, 08 Jun 2014 23:38:04 +0300

author
Santeri Piippo <crimsondusk64@gmail.com>
date
Sun, 08 Jun 2014 23:38:04 +0300
changeset 7
7dbc04a61376
parent 3
b328fdc09692
permissions
-rw-r--r--

- removed the rest of the python thing, that doesn't work right

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