Skip to content

Commit

Permalink
[TASK] Add basic git repository setting
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-nitsche committed Feb 8, 2021
0 parents commit edaef3c
Show file tree
Hide file tree
Showing 4 changed files with 72 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
root = true

[{*.rst,*.rst.txt}]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = space
indent_size = 3
max_line_length = 80

# MD-Files
[*.md]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = space
indent_size = 4
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/.idea/
38 changes: 38 additions & 0 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
=================================
Contribute to TYPO3 Documentation
=================================

Create Issues
=============

* If you find something missing or something is wrong in this manual, you are
welcome to write an issue describing the problem.
* If you can, please try to fix the problem yourself.
* For minor changes, it is not necessary to create an issue first.

Make changes (create pull requests)
===================================

* In order to make changes on a `rendered page <https://docs.typo3.org/typo3cms/exceptions/master/en-us/>`__,
just click on "Edit me on GitHub".
* For a step-by-step walkthrough for making a change, see
`Contribute to docs.typo3.org <https://docs.typo3.org/typo3cms/HowToDocument/WritingDocsOfficial/Index.html>`__
* For a step-by-step walkthrough of alternative workflow, see
`Local Editing and Rendering with Docker <https://docs.typo3.org/typo3cms/HowToDocument/WritingDocsOfficial/LocalEditing.html>`__

Get help
========

* If you need help with contributing to the docs, see
`How to get Help <https://docs.typo3.org/typo3cms/HowToDocument/HowToGetHelp.html>`__

Contribute to TYPO3 Core
========================

* See `TYPO3 Contribution Guide - Core Development <https://docs.typo3.org/typo3cms/ContributionWorkflowGuide/>`__

General TYPO3 Support
=====================

If you have some general TYPO3 support questions or need help with TYPO3,
please see https://typo3.org/help.
14 changes: 14 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
\|
`Contributing <CONTRIBUTING.rst>`__ \|
`Help & Support <https://typo3.org/help>`__ \|
`Settings <Documentation/Settings.cfg>`__ \|

================
TYPO3 Exceptions
================

These official pages contain distilled community knowledge regarding exceptions
of the enterprise content management system TYPO3.

:Repository: https://github.com/TYPO3-Documentation/TYPO3CMS-Exceptions
:Read online: https://docs.typo3.org/typo3cms/exceptions/master/en-us/

0 comments on commit edaef3c

Please sign in to comment.