Skip to content

Commit c18d6b9

Browse files
authored
Merge pull request #35 from jorge-campo/34-add-markdown-file-for-task-analysis
Set Status user docs task analysis file
2 parents 301e2c6 + 9f94277 commit c18d6b9

File tree

6 files changed

+110
-1
lines changed

6 files changed

+110
-1
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
name: Documentation error
3+
about: Report something wrong in a document
4+
title: ''
5+
labels: doc-bug
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the bug**
11+
A clear and concise description of what the bug is.
12+
13+
**Document title**
14+
15+
**Wrong information**
16+
Describe what's wrong with the document.
17+
18+
**Expected information**
19+
A clear and concise description of what information you expect.
20+
21+
**Screenshots**
22+
If applicable, add screenshots to help explain your problem.
23+
24+
**Additional context**
25+
Add any other context about the problem here.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Documentation request
3+
about: Suggest an idea for the Status documentation
4+
title: ''
5+
labels: doc-enhance, doc-new
6+
assignees: ''
7+
8+
---
9+
10+
**Is your request related to a problem? Please describe.**
11+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12+
13+
**Describe the solution you'd like to see in the Status docs**
14+
A clear and concise description of what you want to happen.
15+
16+
**Describe alternatives you've considered**
17+
A clear and concise description of any alternative solutions or features you've considered.
18+
19+
**Additional context**
20+
Add any other context or screenshots about the feature request here.
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
name: Documentation site bug
3+
about: Report something broken in the Status Help site
4+
title: ''
5+
labels: site-bug
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the bug**
11+
A clear and concise description of what the bug is.
12+
13+
**To Reproduce**
14+
Steps to reproduce the behavior:
15+
1. Go to '...'
16+
2. Click on '....'
17+
3. Scroll down to '....'
18+
4. See error
19+
20+
**Expected behavior**
21+
A clear and concise description of what you expected to happen.
22+
23+
**Screenshots**
24+
If applicable, add screenshots to help explain your problem.
25+
26+
**Desktop (please complete the following information):**
27+
- OS: [e.g. iOS]
28+
- Browser [e.g. chrome, safari]
29+
- Version [e.g. 22]
30+
31+
**Smartphone (please complete the following information):**
32+
- Device: [e.g. iPhone6]
33+
- OS: [e.g. iOS8.1]
34+
- Browser [e.g. stock browser, safari]
35+
- Version [e.g. 22]
36+
37+
**Additional context**
38+
Add any other context about the problem here.

.github/workflows/ghpci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@ jobs:
1515
- run: pip install mkdocs-material
1616
- run: pip install mkdocs-git-revision-date-plugin
1717
- run: pip install mkdocs-git-revision-date-localized-plugin
18+
- run: mkdocs gh-deploy --force -f config/style-guide/mkdocs.yml
1819
- run: mkdocs gh-deploy --force -f config/en/mkdocs.yml

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This repository uses a simplified version of the Gitflow git branching model fro
1616
- New content and fixes become part of the `develop` branch via [pull request collaboration](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork). When a feature is complete, it gets merged back into `develop`.
1717
- Once `develop` has acquired enough content for a release, we merge the develop branch into `master`.
1818

19-
The [Status' Docs team](https://github.com/orgs/status-im/teams/docs) works adding new content and fixes into the develop branch, and periodically merging updates with the master branch. You can keep track of the different documentation updates in the [releases](https://github.com/status-im/help.status.im/releases) page.
19+
The [Status' Docs team](https://github.com/orgs/status-im/teams/docs) works adding new content and fixes into the `develop` branch, and periodically merging updates with the `master` branch. You can keep track of the different documentation updates in the [releases](https://github.com/status-im/help.status.im/releases) page.
2020

2121
## Contributing
2222

res/task-analysis.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# User docs
2+
3+
## Getting Started
4+
5+
### Download Status
6+
7+
- Download Status for Mac
8+
- Download the Status app
9+
- Common questions
10+
11+
- Download Status for Linux #32
12+
13+
## Using Status
14+
15+
### Direct messsages
16+
17+
### Status crypto Wallet
18+
19+
## Your Profile
20+
21+
## Status Communities
22+
23+
## Settings
24+
25+
## Tutorials

0 commit comments

Comments
 (0)