PalisadoesFoundation / talawa-docs

Documentation for Talawa and Talawa-API
https://docs.talawa.io/
GNU General Public License v3.0
44 stars 146 forks source link

Title indentation #617

Closed VictoriaAde closed 1 year ago

VictoriaAde commented 1 year ago

What kind of change does this PR introduce? Refactoring https://docs.talawa.io/docs/category/desired-features

Issue Number: #611

Fixes #611

Did you add tests for your changes? No, tests are not required.

Snapshots/Videos: Before: image After: image

If relevant, did you update the documentation? I refactored the Desired Features to have the correct title indentation.

Summary On Talawa-Docs the pages under Requirements Docs/Desired features were recently consolidated, which has resulted in the pages not having the correct title indentations. For example https://docs.talawa.io/docs/features/admin-role There are three desired features but it's hard to identify them from the table of contents on the right-hand menu. This PR fixes that by adding the correct title indentation.

Does this PR introduce a breaking change? It does not

Have you read the contributing guide? Yes.

github-actions[bot] commented 1 year ago

Our Pull Request Approval Process

We have these basic policies to make the approval process smoother for our volunteer team.

Testing Your Code

Please make sure your code passes all tests and there are no merge conflicts.

The process helps maintain accurate and well-formatted documentation and is a prerequisite for getting your PR approved. Assigned reviewers regularly review the PR queue and tend to focus on PRs that are passing.

Reviewers

When your PR has been assigned reviewers contact them to get your code reviewed and approved via:

  1. comments in this PR or
  2. our slack channel

Reviewing Your Code

Your reviewer(s) will have the following roles:

  1. arbitrators of future discussions with other contributors about the validity of your changes
  2. point of contact for evaluating the validity of your work
  3. person who verifies matching issues by others that should be closed.
  4. person who gives general guidance in fixing your tests

CONTRIBUTING.md

Read our CONTRIBUTING.md file. Most importantly:

  1. PRs with issues not assigned to you will be closed by the reviewer
  2. Fix the first comment in the PR so that each issue listed automatically closes

Other

  1. :dart: Please be considerate of our volunteers' time. Contacting the person who assigned the reviewers is not advised unless they ask for your input. Do not @ the person who did the assignment otherwise.
palisadoes commented 1 year ago
  1. Please merge your code with the latest upstream. There have been significant changes.
  2. Make a commit to update this PR

image

VictoriaAde commented 1 year ago

Done. Merged my code with the latest changes in the upstream.