summary refs log tree commit diff
diff options
context:
space:
mode:
authorSilvan Mosberger <silvan.mosberger@tweag.io>2023-07-25 16:56:42 +0200
committerSilvan Mosberger <silvan.mosberger@tweag.io>2023-08-13 21:54:50 +0200
commitd70091c3ad51b3fa25cd495e0f5e286d1ee5bac9 (patch)
tree7116ac542ef0a695056194d85267ff42e269db50
parentbe26d79f464e8d656ad3cc49e085d35dbf758724 (diff)
downloadnixpkgs-d70091c3ad51b3fa25cd495e0f5e286d1ee5bac9.tar
nixpkgs-d70091c3ad51b3fa25cd495e0f5e286d1ee5bac9.tar.gz
nixpkgs-d70091c3ad51b3fa25cd495e0f5e286d1ee5bac9.tar.bz2
nixpkgs-d70091c3ad51b3fa25cd495e0f5e286d1ee5bac9.tar.lz
nixpkgs-d70091c3ad51b3fa25cd495e0f5e286d1ee5bac9.tar.xz
nixpkgs-d70091c3ad51b3fa25cd495e0f5e286d1ee5bac9.tar.zst
nixpkgs-d70091c3ad51b3fa25cd495e0f5e286d1ee5bac9.zip
Create unified markdown files for contributing docs
-rw-r--r--CONTRIBUTING-new.md1
-rw-r--r--doc/README.md3
-rw-r--r--maintainers/README.md1
-rw-r--r--nixos/README.md (renamed from nixos/README)2
-rw-r--r--pkgs/README.md1
5 files changed, 5 insertions, 3 deletions
diff --git a/CONTRIBUTING-new.md b/CONTRIBUTING-new.md
new file mode 100644
index 00000000000..cbcab9ee1db
--- /dev/null
+++ b/CONTRIBUTING-new.md
@@ -0,0 +1 @@
+# Contributing to Nixpkgs
diff --git a/doc/README.md b/doc/README.md
index 5395d7ca8f6..eea79740380 100644
--- a/doc/README.md
+++ b/doc/README.md
@@ -1,5 +1,4 @@
-
-# Nixpkgs/doc
+# Contributing to the Nixpkgs manual
 
 This directory houses the sources files for the Nixpkgs manual.
 
diff --git a/maintainers/README.md b/maintainers/README.md
new file mode 100644
index 00000000000..8438533da14
--- /dev/null
+++ b/maintainers/README.md
@@ -0,0 +1 @@
+# Nixpkgs Maintainers
diff --git a/nixos/README b/nixos/README.md
index ce4dd1988d2..260209e94ee 100644
--- a/nixos/README
+++ b/nixos/README.md
@@ -1,4 +1,4 @@
-*** NixOS ***
+# NixOS
 
 NixOS is a Linux distribution based on the purely functional package
 management system Nix.  More information can be found at
diff --git a/pkgs/README.md b/pkgs/README.md
new file mode 100644
index 00000000000..88180a95310
--- /dev/null
+++ b/pkgs/README.md
@@ -0,0 +1 @@
+# Contributing to Nixpkgs packages