title | skip_file |
---|---|
Contributing to AppCode |
true |
The content on AppCode covering references, examples, specifications, how-to, and the many other web development related content. This is the repo where you can change, update, fix, and improve the community developer materials.
You can change, fix, update, and improve the content on https://appcode.app by creating an issue or submiting a pull request for the pages you want to change.
- Creating an issue link
- Ideas can be submitted in two ways.
- Through a pull request
- Using the New content or feature suggestion issue template
- Submiting content and code changes with a pull request.
To find out more about the complete contribution process and to find out how to get started, see the contribution guide or CONTRIBUTING.md file in this repository.
This section is for creating articles, references, examples, how-to, and other materials not listed.
Pages can be submitted by being written in markdown and sumbitted through a pull request.
- Here is the guide to writing in markdown for contributing to the content on AppCode.
During the markdown linting and format of the markdown files you may notice some characters are escaped, this is normal for Remark. Here is more infomation on what characters to expect that will be escaped.
Markdown is incredibly complex. Almost all ASCII punctuation characters can cause something to happen depending on what comes before or after them. Depending on what plugins you use, any ASCII punctuation character could theoretically thus result in an escape. Here are the defaults: https://github.com/syntax-tree/mdast-util-to-markdown/blob/main/lib/unsafe.js. @remarkjs/remark