Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mention development environment prerequisites in DG #965

Merged
merged 3 commits into from
Jan 15, 2020

Conversation

le0tan
Copy link
Contributor

@le0tan le0tan commented Dec 27, 2019

What is the purpose of this pull request? (put "X" next to an item, remove the rest)

• [X] Documentation update

What is the rationale for this request?

If someone follows the DG, he will probably encounter unexplained error messages.

What changes did you make? (Give an overview)

I added an optional paragraph in the Requirement section of the developer guide, describing the dependencies needed for puml.

Provide some example code that this change will affect:

n/a

Is there anything you'd like reviewers to focus on?

n/a

Testing instructions:

n/a

Proposed commit message: (wrap lines at 72 characters)

Update UG on PUML dependencies.

There was no description of MarkBind's optional dependency on Java and Graphviz, if someone followed the DG, he would encounter unexplained error messages. Add some info on such descriptions would make getting started easier.

…for puml integration.

Otherwise if someone follows the DG, he will encounter unexplained error messages.
Copy link
Member

@yamgent yamgent left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your PR @le0tan.

Regarding the additions, it seems a bit odd to put this part here, because the "Requirements" section is talking about the knowledge required for this project, rather than the tools required. Perhaps this is more appropriate under the "Development Process" section? You can create a "Prerequisite" section (that is before the "Development" section talking about cloning the repo), and put all of the version required there.

Also, I think developers wouldn't have a choice of whether they want to install these additional dependencies, because PlantUML is a default plugin of MarkBind, not optional, so we will definitely need them at some point, for example during the tests which you ran. So I wouldn't say that it is "optional". (Users on the other hand have this flexibility, as they may not use PlantUML on their website at all)

docs/devGuide/devGuide.md Outdated Show resolved Hide resolved
@yamgent
Copy link
Member

yamgent commented Dec 28, 2019

Also the commit title is way too long, the hard limit is 72 characters before GitHub cuts it off. Preferably commit title should be 50 characters, but this soft limit can be relaxed only if it is hard to make the intent concise.

@le0tan le0tan requested a review from yamgent December 29, 2019 04:10
Copy link
Member

@yamgent yamgent left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your changes.

The title of your PR and commit can be more specific to the changes involved. I suggest something like "Mention development environment prerequisites in DG"

docs/devGuide/devGuide.md Outdated Show resolved Hide resolved
docs/devGuide/devGuide.md Outdated Show resolved Hide resolved
docs/devGuide/devGuide.md Outdated Show resolved Hide resolved
@le0tan le0tan changed the title Update on dependencies for puml integration Mention development environment prerequisites in DG Jan 13, 2020
@le0tan le0tan requested a review from yamgent January 13, 2020 08:40
@yamgent yamgent added this to the v2.9.1 milestone Jan 14, 2020
@yamgent yamgent merged commit 146bbb4 into MarkBind:master Jan 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants