Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.32 KB

CONTRIBUTING.md

File metadata and controls

19 lines (14 loc) · 1.32 KB

Notice

The OpenScholar issue queue is meant for code developments that we're actively working on. Bugs, questions, feature requests, etc should be directed to our community site. Please include a title that is descriptive and unique, screenshots, links to affected pages, and atached files when relevant.

Contributing

Before you contribute code or documentation, you need to check if you're contributing to OpenScholar or Drupal. Anything in profiles/openscholar is part of OpenScholar. The rest is either a contributed module, library, or Drupal core. Those fixes should be sent to the appropriate project page of Drupal.org.

  1. Create a Github account.
  2. Fork the OpenScholar repository on Github.
  3. Clone the repository and create a branch for your change.
  4. One branch per change please.
  5. If you're confused at this point, please read Git's Getting Started guide.
  6. Make your changes. Please adhere to Drupal's Coding Standards.
  7. Commit your changes and push them back to Github.
  8. Create a pull request to notify us of your contribution. Please be descriptive.