Top Menu

Jump to content
Home
    Modules
      • Projects
      • Activity
      • Work packages
      • Gantt charts
      • Calendars
      • Team planners
      • Boards
      • News
    • Getting started
    • Introduction video
      Welcome to OpenProject Community
      Get a quick overview of project management and team collaboration with OpenProject. You can restart this video from the help menu.

    • Help and support
    • Upgrade to Enterprise edition
    • User guides
    • Videos
    • Shortcuts
    • Community forum
    • Enterprise support

    • Additional resources
    • Data privacy and security policy
    • Digital accessibility (DE)
    • OpenProject website
    • Security alerts / Newsletter
    • OpenProject blog
    • Release notes
    • Report a bug
    • Development roadmap
    • Add and edit translations
    • API documentation
  • Sign in
      Forgot your password?

      or sign in with your existing account

      Google

Side Menu

  • Overview
  • Activity
    Activity
  • Roadmap
  • Work packages
    Work packages
  • Gantt charts
    Gantt charts
  • Calendars
    Calendars
  • Team planners
    Team planners
  • Boards
    Boards
  • News
  • Forums

Content

Development
  1. OpenProject
  2. Forums
  3. Development
  4. OpenProject documentation

OpenProject documentation

Added by Ivan Griggs over 4 years ago

I have looked at the online OpenProject documentation and have noticed the following that I thought I might fix. I have checked the dev branch on GitHub, looking at the last commit to see the markdown text.

* Location: Release 11.1 / Getting Started...

(1) "Sign in and registration" page: the "sidebar_navigation" bar section is showing as text. In GitHub the top few lines appear to be different to other pages (no "---" lines).

(2) "My Page" page: section "Configure the view of a widget" shows "<div class="glossary">" in page text. The README page in GitHub is missing other text, although the markdown seems correct.

* Location: Release 11.1 / User Guide...

(3) "Manage members" page: section "Roles and permissions" shows "</div>" in page text. The README page in GitHub does not show the header "Groups" correctly. I am not sure of the markdown syntax being used.

* Location: Release 11.1 / Development

(4) "Development concepts" page: in the table, State management description spelling "hanble" should be "handle". This is the same on GitHub.

Error 4 looks easy to fix. I am not sure about the others.

The markdown appears to be converted into HTML with the table at the top having a purpose. Is there a "specification" of how a page should be formatted in the markdown so that it displays correctly?


Replies (3)

RE: OpenProject documentation - Added by Max Mutzge over 4 years ago

Dear Ivan,

Thanks a lot for pointing this out! I fixed this. However, for (3) I could not identify errors. 

(2) was due to a wrong quotation mark: 

Next time please feel free to create a pull request on GitHub to change such errors (but this way it's great, too!).

Kind regards

Matthias

RE: OpenProject documentation - Added by Ivan Griggs over 4 years ago

Hi Matthias

Thanks for your response. I have checked what you have done and that helped me to understand a lot more about the documentation change process. I wasn't sure about the commit message and the target Release. I'll have a go at the pull request route.

What is the optimal number of changes that I should make before I submit a Commit or Pull Request?

RE: OpenProject documentation - Added by Max Mutzge over 4 years ago

I would suggest using pull requests (as you already did), as this makes a review process possible. I recommend collecting some commits belonging to the same topic before issuing a pull request.
Kind regards
Matthias

  • (1 - 3/3)
Loading...