diff options
-rw-r--r-- | CONTRIBUTING.md | 6 | ||||
-rw-r--r-- | README.md | 7 |
2 files changed, 4 insertions, 9 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d450c7d..42ae6d8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md | |||
@@ -24,7 +24,7 @@ I will reject all contributions from: | |||
24 | 24 | ||
25 | Furthermore, individual items will be rejected because of: | 25 | Furthermore, individual items will be rejected because of: |
26 | - exceptionally vulgar language. | 26 | - exceptionally vulgar language. |
27 | - ignorance or disregard of the `STYLE_GUIDE.md` or Issue/PR templates. | 27 | - ignorance or disregard of the `STYLE_GUIDE.md` |
28 | 28 | ||
29 | 29 | ||
30 | ## How to Contribute | 30 | ## How to Contribute |
@@ -46,10 +46,6 @@ one. Duplicate issues will be removed and you will be asked to move your | |||
46 | post to the comment section of the existing post. It's not to be rude, | 46 | post to the comment section of the existing post. It's not to be rude, |
47 | it's just for organization's sake. | 47 | it's just for organization's sake. |
48 | 48 | ||
49 | Each type of Issue has an Issue Template. The templates can be found in | ||
50 | the `.github/ISSUE_TEMPLATE/` directory. Pull reqeusts also have | ||
51 | templates which are located in `.github/PULL_REQUEST_TEMPLATE/`. | ||
52 | |||
53 | To contribute code: | 49 | To contribute code: |
54 | 1. Make an RFC or find an existing one | 50 | 1. Make an RFC or find an existing one |
55 | 2. Discuss your proposed changes | 51 | 2. Discuss your proposed changes |
@@ -5,12 +5,10 @@ idea I have for an Emacs-centric Linux distribution. MMOSMacs is the | |||
5 | core of my computing experience, and is designed to be a | 5 | core of my computing experience, and is designed to be a |
6 | jack-of-all-trades just like me. | 6 | jack-of-all-trades just like me. |
7 | 7 | ||
8 | MMOSMacs is currently in the planning phase. | ||
9 | |||
10 | 8 | ||
11 | ## Plans | 9 | ## Plans |
12 | 10 | ||
13 | - Modular non-literate configuration | 11 | - Non-literate configuration |
14 | - `straight.el` + `use-package` package management | 12 | - `straight.el` + `use-package` package management |
15 | - Emacs as a desktop environment (`EXWM`, `EDNC`) | 13 | - Emacs as a desktop environment (`EXWM`, `EDNC`) |
16 | - System & network administration suite | 14 | - System & network administration suite |
@@ -26,7 +24,8 @@ MMOSMacs is currently in the planning phase. | |||
26 | - Games | 24 | - Games |
27 | - Custom modeline & anti-distraction features | 25 | - Custom modeline & anti-distraction features |
28 | - Custom theme deisnged to reduce eye-strain | 26 | - Custom theme deisnged to reduce eye-strain |
29 | - Custom keybinds, menus, & dialogs | 27 | - Custom keybind system, menus, & dialogs |
28 | |||
30 | 29 | ||
31 | ## Contributing | 30 | ## Contributing |
32 | 31 | ||