MetroCS / imagelab

ImageLab
GNU General Public License v3.0
7 stars 80 forks source link

[UserStory] ReadMe updates from a Developer perspective. #118

Closed elmattes closed 11 months ago

elmattes commented 1 year ago

User Story

Essential components

Story

As a developer
I want I want to be able to learn how to build the product so that I can make appropriate contributions to the project

Acceptance Criteria

ReadMe supports both new and returning developers with respect to building, testing, modifying, and contributing to the project.

  1. There is a Table of Contents directory with links to sections
  2. The information about product building includes the following information, ordered appropriately for developers: -> Build System Requirements -> Creating an executable jar -> Use of Gradle (and/or other resources)

Supporting Information

At current, the instructions for install are out of order. Gradle must be installed first before you can create an executable jar or compile and run from the command line, these steps should directly follow gradle install. Resources for gradle use should be below the instructions required to install / build / run the project locally.

Dependencies

Dependents

113

jody commented 11 months ago

I think this is now closed (via PR #120).