Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • O openapi-generator
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 3,476
    • Issues 3,476
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 402
    • Merge requests 402
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • OpenAPI Tools
  • openapi-generator
  • Merge requests
  • !2699

Improve CONTRIBUTING.md

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Administrator requested to merge github/fork/sarod/improve-contributing into master Apr 19, 2019
  • Overview 0
  • Commits 2
  • Pipelines 0
  • Changes 2

Created by: sarod

Trying to contribute to python Client (#2626) I found that some steps were missing in the CONTRIBUTING.md file.

In this PR I updated CONTRIBUTING.md with what I discovered.

However there are still some things that should be clarified or improved that are not covered by this PR:

  • For instance running mvn integration-test -rf :PythonPetstoreClientTests failed with HTTPConnectionPool(host='localhost', port=80): Max retries exceeded with url: /v2/pet so I guess some server needs to be started before but I couldn't figure out how.
  • The Git-Branches file https://github.com/OpenAPITools/openapi-generator/wiki/Git-Branches seems obsolete

PR checklist

Not applicable

Description of the PR

Indicate that bin/openapi3 scripts should be executed too.

Try to clarify how to run tests:

  • use in sample a client for which tests exist
  • explain where to run the command and how to find the artifactId to use to run the test command
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/sarod/improve-contributing