Commit Graph

12 Commits

Author SHA1 Message Date
Martin Huschenbett
a7f57ddd63
Include change management checkbox in PR template (#2318) 2019-07-31 17:36:00 +02:00
Martin Huschenbett
c063b27d70 Remove issue template (#2195)
I don't see any value in having this. People seem to ignore it and I'm
afraid it also puts some people off.
2019-07-17 13:16:19 +00:00
Brian Healey
865d87841d Update issue templates (#1322)
* Update issue templates

* Update bug_report.md

* Update bug_report.md

* Update feature_request.md

* Update bug_report.md

* Update feature_request.md

* Update .github/ISSUE_TEMPLATE/bug_report.md

Co-Authored-By: Beth Aitman <bethaitman@users.noreply.github.com>

* Update .github/ISSUE_TEMPLATE/bug_report.md

Co-Authored-By: Beth Aitman <bethaitman@users.noreply.github.com>

* Update .github/ISSUE_TEMPLATE/bug_report.md

Co-Authored-By: Beth Aitman <bethaitman@users.noreply.github.com>

* Update .github/ISSUE_TEMPLATE/bug_report.md

Co-Authored-By: Beth Aitman <bethaitman@users.noreply.github.com>

* Update .github/ISSUE_TEMPLATE/bug_report.md

Co-Authored-By: Beth Aitman <bethaitman@users.noreply.github.com>

* Update .github/ISSUE_TEMPLATE/feature_request.md

Co-Authored-By: Beth Aitman <bethaitman@users.noreply.github.com>

* Update .github/ISSUE_TEMPLATE/bug_report.md

Co-Authored-By: Beth Aitman <bethaitman@users.noreply.github.com>

* Update .github/ISSUE_TEMPLATE/feature_request.md

Co-Authored-By: Beth Aitman <bethaitman@users.noreply.github.com>

* Update .github/ISSUE_TEMPLATE/feature_request.md

Co-Authored-By: Beth Aitman <bethaitman@users.noreply.github.com>

* Update .github/ISSUE_TEMPLATE/feature_request.md

Co-Authored-By: Beth Aitman <bethaitman@users.noreply.github.com>

* Update .github/ISSUE_TEMPLATE/feature_request.md

Co-Authored-By: Beth Aitman <bethaitman@users.noreply.github.com>

* Update .github/ISSUE_TEMPLATE/bug_report.md

Co-Authored-By: Beth Aitman <bethaitman@users.noreply.github.com>

* Update .github/ISSUE_TEMPLATE/bug_report.md

Co-Authored-By: Beth Aitman <bethaitman@users.noreply.github.com>

* Update .github/ISSUE_TEMPLATE/bug_report.md

Co-Authored-By: Beth Aitman <bethaitman@users.noreply.github.com>

* Update .github/ISSUE_TEMPLATE/feature_request.md

Co-Authored-By: Beth Aitman <bethaitman@users.noreply.github.com>

* Update .github/ISSUE_TEMPLATE/feature_request.md

Co-Authored-By: Beth Aitman <bethaitman@users.noreply.github.com>

* Update .github/ISSUE_TEMPLATE/bug_report.md

Co-Authored-By: Beth Aitman <bethaitman@users.noreply.github.com>

* Update .github/ISSUE_TEMPLATE/bug_report.md

Co-Authored-By: Beth Aitman <bethaitman@users.noreply.github.com>

* Update bug_report.md

* Update bug_report.md

* Delete feature_request.md

* Update bug_report.md
2019-06-26 15:55:09 +00:00
Stefano Baghino
b2d9095a3c
Move unreleased user-facing features to its own file (#1762)
* Move unreleased user-facing features to its own file

docs/source/support/release-notes.rst unfortunately represents a "global
lock" when it comes to submitting contributions: if another contribution
changed it while another was going through the CI/review process, the
latter would have to go again through the CI build after resolving the
conflict and merging the resulting commit.

The contributors originally tried to address this problem by letting the
system automatically performing this operation, but this failed because
release notes were moved to the wrong section by mistake.

This simple change would allow the contributors to let the system take
care of merging on its own, because existing release notes will no
longer be corrupted by the process.

There is a caveat: the automatic merging could result in invalid RST
(mostly because of missing newlines). This would push the task of
ensuring the release notes are valid RST to the release. I would argue
this can be done quite easily and that this is checked automatically
when rendering RST to HTML, so it could be a nuisance during release but
it would make the day-to-day contributions easier.

* Address https://github.com/digital-asset/daml/pull/1762#issuecomment-503540993

* Address https://github.com/digital-asset/daml/pull/1762#pullrequestreview-251676158

* Address https://github.com/digital-asset/daml/pull/1762#discussion_r295279530

* Remove HEAD section from release-notes.rst

* Address https://github.com/digital-asset/daml/pull/1762#pullrequestreview-251678791

* Address https://github.com/digital-asset/daml/pull/1762#issuecomment-503549896
2019-06-19 16:32:03 +02:00
Francesco Mazzoli
4bf20566e8
add note about security issues in issue template (#503) 2019-04-16 10:20:17 +02:00
zimbatm
7c01a91a24 pull request template: add note on external contributions (#386) 2019-04-11 14:43:51 +02:00
Jonas Chevalier
851881e455
pull-request template: fix relative links (#351)
the relative link was being resolved to
https://github.com/digital-asset/daml/pull/CONTRIBUTING.md on the new
pull request. Point to the absolute URLs instead.
2019-04-10 17:58:25 +02:00
Stefano Baghino
3945c0d9b9
Format PR checklist items as checkboxes (#321) 2019-04-09 14:45:11 +02:00
Stefano Baghino
d07d450f6a
Add PR template (#315)
* Add PR template

* Update .github/pull_request_template.md

Co-Authored-By: stefanobaghino-da <43749967+stefanobaghino-da@users.noreply.github.com>
2019-04-09 14:02:17 +02:00
Francesco Mazzoli
86ea27c200 remove CODEOWNERS, for now (see #31) 2019-04-04 16:20:07 +02:00
Francesco Mazzoli
9c7357c7de update all references of old repo to new repo 2019-04-04 16:20:07 +02:00
Digital Asset GmbH
05e691f558 open-sourcing daml 2019-04-04 09:33:38 +01:00