commit: 14dbb69d0fe9d9ae3dba747ac8400399f0b4cac1 Author: Marco Leise <marco.leise <AT> gmx <DOT> de> AuthorDate: Mon May 9 23:15:56 2022 +0000 Commit: Marco Leise <marco.leise <AT> gmx <DOT> de> CommitDate: Mon May 9 23:15:56 2022 +0000 URL: https://gitweb.gentoo.org/repo/user/dlang.git/commit/?id=14dbb69d
Added note about --signoff to the README.md Signed-off-by: Marco Leise <marco.leise <AT> gmx.de> README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 557398c..1a6a6d1 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,9 @@ 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. + ### 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. ### When changing paths in compiler ebuilds
