spacemacs/core
Fabien Dubosson 315528c89f Refactor CONTRIBUTING documentations
This commit merge the `CONTRIBUTING.md` and `doc/CONTRIBUTE.org` file
into a new `CONTRIBUTING.org` file. It also refactors the content to be
more organized and make its navigation more goal-oriented.

Github displays a link to the `CONTRIBUTING.*` file when people are
opening new issues or proposing new PRs. This file is important because
it is the entry-point to contributions guidelines for most of the users.
The current setup is non-optimal, even broken, as it adds a level of
indirection, and points to a contributing file that has broken
links (due to the new documentation format). The possible drawback of
the proposed solution is that I'm not sure if it is possible to include
it into the new online documentation as it is not in `doc/` folder.

The other possibility is to keep a small `CONTRIBUTING.md` file, as it
is now, pointing to the new documentation system (once online), but I'm
preferring the proposed solution for the following reasons:

- People that are willing to contribute will probably open Github
  first (for forking, creating PR, etc), not the online documentation.

- It has one level of indirection less when people click on the
  guidelines guide from a new issue/PR.

- `CONTRIBUTING.*` is by convention a special kind of file on github, so
  it's valid reason to break the rule and not having it in the `doc/`
  folder.
2015-12-11 01:09:09 -05:00
..
banners Remove trailing spaces in doge banner 2015-12-07 19:38:05 +01:00
info Bump version to 0.105 2015-09-28 23:53:20 -04:00
libs core: remove request.el dependency 2015-12-07 23:31:30 -05:00
templates Refactor CONTRIBUTING documentations 2015-12-11 01:09:09 -05:00
core-auto-completion.el Fix showing snippets in company popup. 2015-09-16 22:37:08 -04:00
core-configuration-layer.el Fix rollback language 2015-12-09 10:55:32 +01:00
core-debug.el debug-init: Get more info from debug-init 2015-10-07 15:51:40 -04:00
core-documentation.el Fix some documentation bugs 2015-12-03 23:50:29 -05:00
core-dotspacemacs.el New dotspacemacs variable dotspacemacs-elpa-timeout 2015-12-06 02:22:49 -05:00
core-emacs-backports.el core: add comment for with-eval-after-load backport 2015-09-27 21:03:48 -04:00
core-fonts-support.el New macro dotspacemacs|symbol-value and improved diminish 2015-08-14 12:25:54 -04:00
core-funcs.el core: improve installation speed of themes and bootstrap packages 2015-12-02 23:53:02 -05:00
core-keybindings.el keys: Fix an issue with C-i/tab distinction 2015-12-05 13:17:59 -05:00
core-load-paths.el Fix erc notification icon 2015-10-12 09:37:56 -04:00
core-micro-state.el core: Add new set-key functions to core-keybindings 2015-11-21 18:18:01 +01:00
core-release-management.el Inject user-emacs-directory' in async-start' 2015-11-16 10:20:51 +01:00
core-spacemacs-buffer.el Show quickhelp if no dotfile is found. 2015-12-09 01:16:20 -05:00
core-spacemacs.el core: remove duplicated require of core-configuration-layer 2015-12-07 23:02:24 -05:00
core-themes-support.el core: add comment 2015-12-01 01:21:03 -05:00
core-toggle.el Don't produce on/off toggles if status is nil 2015-08-26 22:27:09 -04:00
core-use-package-ext.el Revert temporary fix merged upstream 2015-07-27 12:12:36 -04:00