pullrequest_template.json

Sun, 08 Jun 2014 19:24:37 +0300

author
Santeri Piippo <crimsondusk64@gmail.com>
date
Sun, 08 Jun 2014 19:24:37 +0300
changeset 4
7c02e457e6ab
parent 3
b328fdc09692
permissions
-rw-r--r--

- added automatic tracker updating but commented it out since it also bumps timestamps on every note on said ticket...

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