Commit Graph

13 Commits

Author SHA1 Message Date
Diogo Castro
0871e29907
v0.2.1 release 2022-09-24 08:30:53 +01:00
Diogo Castro
bc9d77f17a
[Chore] Add release checklist to PR template 2022-09-21 11:23:41 +01:00
Diogo Castro
8d2f7c0ed4
[Chore] Fix broken links in PR template 2022-09-21 11:23:33 +01:00
Diogo Castro
7a93f09fcb
[Chore] Add missing placeholder to PR template 2022-07-23 18:58:50 +01:00
Constantine Ter-Matevosian
b9e7ffb99d
[#75] Fix the root with an appended slash support
Problem: The results of the repository analysis will always contain
invalid references if the root contains a trailing forward slash.

Solution: Strip the root's trailing slash (if present) when having it be
given as an argument of the System.FilePath.Posix.takeDirectory
function.
2021-10-26 15:16:47 +03:00
Ivan Gromakovskii
ec9f8bae5e
Add a changelog, require its maintenance
Problem: we are going to release this tool and from that point
it would be nice to maintain its changelog.

Solution: add a simple CHANGES.md and update PR template.
2020-01-14 20:24:01 +03:00
martoon
fd949bc3c8
Rename the project to xrefcheck
Problem: the previous name `crossref-verifier` was found long and
boring.

Solution: rename to `xrefcheck`.
2020-01-14 12:17:01 +03:00
Ivan Gromakovskii
3b1c666e1e
Add information about REUSE to contribution guidelines
Problem: we use REUSE headers, but casual contributor may not know
anything about them, it makes it harder to contribute.

Solution: describe legal stuff in `CONTRIBUTING.md`.
2019-12-19 16:19:27 +03:00
Ivan Gromakovskii
8060c7187b
[INT-128] Make the repository REUSE compliant
Problem: nowadays we want all files to store licensing information in
machine-readable format and to use reuse tool to check that. But the
repo is not REUSE compliant.

Solution: add `LICENSES` folder and licensing information for each
file.
2019-12-19 16:19:27 +03:00
martoon
7044c5bcc7
Fix broken link to issues page
Looks it GitHub has changed how links to issues and pull requests pages
work.
2019-12-17 13:41:05 +03:00
martoon
e6ceeb9284
Add issue templates
Problem: by default, when creating an issue, user has to fill everything
from scratch and this is not good.

Solution: add issue templates for `task` and `bug`, refer people to
page for openning new issue in `CONTRIBUTING.md`.
2019-12-06 18:38:12 +03:00
Ivan Gromakovskii
f185587b49
Remove meta-comments from PR template
Problem: some comments in PR template only matter when this template
is added to the repo, after that they are useless.

Solution: remove those comments.
2019-09-26 22:17:23 +03:00
martoon
ad1ccccad7
Add README and other required meta files 2019-03-14 20:29:36 +03:00