summaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-03 13:54:25 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-03 13:54:25 +0000
commit9cb1c4df7b9ce1a9ad1312621b0f2b16a94fba3a (patch)
tree2efb72864cc69e174c9c5ee33efb88a5f1553b48 /CONTRIBUTING.md
parentInitial commit. (diff)
downloaddracut-9cb1c4df7b9ce1a9ad1312621b0f2b16a94fba3a.tar.xz
dracut-9cb1c4df7b9ce1a9ad1312621b0f2b16a94fba3a.zip
Adding upstream version 060+5.upstream/060+5
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md22
1 files changed, 22 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
new file mode 100644
index 0000000..d8605d7
--- /dev/null
+++ b/CONTRIBUTING.md
@@ -0,0 +1,22 @@
+We welcome contributions from everyone. However, please follow the following guidelines when posting a GitHub Pull Request or filing a GitHub Issue on the dracut project:
+
+By participating in this project, you agree to abide by the [code of conduct](docs/CODE_OF_CONDUCT.md).
+
+# Filing Issues
+We use GitHub Issues exclusively for tracking bugs and feature requests of dracut.
+
+We only track bugs in the two most recently released versions of dracut in the GitHub Issue tracker.
+If you are using an older version of dracut, please contact your distribution's bug tracker instead (see below). See GitHub Release Page for the list of most recent releases.
+
+When filing an issue, specify the dracut version you are experiencing the issue with. Also, indicate which distribution you are using.
+Please include an explanation how to reproduce the issue you are pointing out.
+
+For more information on Coding Style and Commit messages see [Dracut Developer Guidelines](docs/HACKING.md).
+
+# Older or downstream versions
+For older or downstream versions that are still supported by your distribution please use respective downstream tracker:
+
+[Debian](https://bugs.debian.org/cgi-bin/pkgreport.cgi?pkg=dracut)
+[Fedora](https://bugzilla.redhat.com/buglist.cgi?quicksearch=dracut)
+[Gentoo](https://bugs.gentoo.org/buglist.cgi?quicksearch=dracut)
+[openSUSE](https://bugzilla.opensuse.org/buglist.cgi?quicksearch=dracut)