You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ja...@apache.org on 2018/08/23 12:55:24 UTC

[cordova-contribute] branch master updated: .editorconfig for better code and markdown auto-formatting

This is an automated email from the ASF dual-hosted git repository.

janpio pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-contribute.git


The following commit(s) were added to refs/heads/master by this push:
     new da5fba8  .editorconfig for better code and markdown auto-formatting
da5fba8 is described below

commit da5fba89e06fc76d6934dc9a41a4725bb8024f99
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Thu Aug 23 14:55:13 2018 +0200

    .editorconfig for better code and markdown auto-formatting
---
 .editorconfig | 17 +++++++++++++++++
 README.md     | 49 ++++++++++++++++++++++++++++++++++++++++++++++++-
 2 files changed, 65 insertions(+), 1 deletion(-)

diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..251c64e
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,17 @@
+# EditorConfig helps developers define and maintain consistent coding styles between different editors and IDEs
+# editorconfig.org
+
+root = true
+
+[*]
+indent_style = space
+indent_size = 2
+
+# We recommend you to keep these unchanged
+end_of_line = lf
+charset = utf-8
+trim_trailing_whitespace = true
+insert_final_newline = true
+
+[*.md]
+trim_trailing_whitespace = false
diff --git a/README.md b/README.md
index fbe1e3c..49fc6c8 100644
--- a/README.md
+++ b/README.md
@@ -4,4 +4,51 @@ This repository contains documents describing everything a contributor of Apache
 
 > **Work in Progress**: This repository is very new and is currently very much "Work in Progress": content is created and added via Pull Requests.
 
-## Topics
\ No newline at end of file
+## Topics
+
+- Becoming a contributor
+
+### Code
+
+- Contributing Code
+  - GitHub Pull Requests
+- Documentation
+- Testing
+- Continuous Integration
+  - Nightly Builds
+- Security
+- Versioning
+- Releasing packages/software/libraries
+
+### Communication
+
+- Mailing Lists
+- Slack
+- GitHub
+  - GitHub Issues
+  - GitHub Project Boards
+- Documentation
+- Release Planning
+
+### Process
+
+- [Deprecation and Archiving of Repositories](deprecation.md)
+- GitHub Labels
+- GitHub Milestones
+- [GitHub Templates](github-templates.md)
+- Canned Responses
+- Automation
+
+Rudimentary template for this file's structure: https://cordova.apache.org/contribute/contribute_guidelines.html (Content should be on subpages though)
+
+```
+Prerequisites
+Working with Issues
+  Claiming Issues
+Submitting Code
+  Making Pull requests
+  Code review
+Testing your code
+  Adding tests
+Git Commit Messages
+```


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org