commit: 8983c7fa48b492bf98c4a9b8162278470587f6ba Author: Marco Leise <marco.leise <AT> gmx <DOT> de> AuthorDate: Tue May 10 10:04:24 2022 +0000 Commit: Marco Leise <marco.leise <AT> gmx <DOT> de> CommitDate: Tue May 10 10:04:24 2022 +0000 URL: https://gitweb.gentoo.org/repo/user/dlang.git/commit/?id=8983c7fa
Added link to Gentoo documentation on --signoff policy to README.md Signed-off-by: Marco Leise <marco.leise <AT> gmx.de> README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a6a6d1..0bce9ef 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ Import files from libraries are placed in `/usr/include/dlang/<library>/` matchi ## Contributing If you want to maintain a package or generally help update the repository or have a suggestion, just drop me a [note](mailto:[email protected]). If things move too slowly, I can add you to the team with commit rights. That's better than maintaining your own fork and having people search for updates in multiple places. Should this repository appear abandoned at some point and no one can be reached, please contact the [Gentoo GitHub org](https://github.com/gentoo) that has ownership of it. -For pull requests please add `--signoff` to your commits. Otherwise they cannot be pushed to Gentoo's Git repository. +For pull requests please add `--signoff` to your commits. Otherwise they cannot be pushed to Gentoo's Git repository. See: https://www.gentoo.org/glep/glep-0076.html#certificate-of-origin ### When adding new compiler versions At first there is not much to be done, but once the first arch is stable, it should be added as a compiler option for Dlang packages, by providing a description for its USE-flag in `profile/use.desc` and tying it into `eclass/dlang-compilers.eclass`. This way it knows which compiler release is based on which version of the D language specification, which is crucial for dependency management.
