[gjs: 5/8] docs: Move draft into README



commit 58cecbd56aa55c057fb7187e56a8c8709d1e7f17
Author: Philip Chimento <philip chimento gmail com>
Date:   Wed Oct 24 21:54:40 2018 -0400

    docs: Move draft into README
    
    Moves the work done so far into the main README.
    
    See #17.

 README.md          | 50 ++++++++++++++++++++++++++++++++++++--------------
 doc/HackingBeta.md | 40 ----------------------------------------
 2 files changed, 36 insertions(+), 54 deletions(-)
---
diff --git a/README.md b/README.md
index 3c43a872..932f9e42 100644
--- a/README.md
+++ b/README.md
@@ -19,20 +19,42 @@ Wiki: https://gitlab.gnome.org/GNOME/gjs/wikis/Home
 
 How to build and run if you want to contribute to GJS: see doc/Hacking.md
 
-## Testing
-
-Our CI (continuous integration) testing scheme stresses the source code using:
-- Ubuntu 18.04, Fedora 29 (devel), and Ubuntu 18.10 (devel);
-- gcc 7.3, gcc 8.1, and clang 6.0;
-- C/C++ and Javascript Linters;
-- Code Climate (https://codeclimate.com/);
-- ASAN (address sanitizer) and UBSAN (undefined behavior sanitizer);
-- Valgrind (https://en.wikipedia.org/wiki/Valgrind);
-- Code Coverage (https://en.wikipedia.org/wiki/Code_coverage);
-- Text only and graphics builds;
-- Profiler enabled and disabled builds;
-- ARMv8 and PPC64LE builds;
-- And DevOps with Flatpak.
+## Installation
+
+* TBA
+
+## Usage
+
+* TBA
+
+## Contributing
+
+1. TBA
+
+## History
+
+* TBA
+
+## Approaches
+
+* TBA
+  * TBA
+
+## Reading material
+
+### JavaScript & SpiderMonkey
+
+* TBA
+
+### Gnome Contribution
+
+* https://wiki.gnome.org/GitLab
+* https://wiki.gnome.org/Newcomers/
+
+## Walkthroughs
+
+* TBA
+  * TBA
 
 ## License
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]