Skip to content
RobHaRepos edited this page Oct 22, 2025 · 1 revision

Welcome to the github-final-project wiki!

Scenario

You recently got hired as a developer in a micro-finance startup with a mission to empower and provide opportunities for low income individuals. The core team currently uses Subversion (SVN) for managing code. They want to slowly move their code to Git. You are asked to host their sample code to calculate simple interest on GitHub in a new repository as the first step in this journey. You will not only host the script, but also follow best practices introduced in this course and create supporting documents for the open source project including a code of conduct, and contribution guidelines. Additionally, the repository should be available to the community under the Apache License 2.0. Objectives

After completing this lab, you would have demonstrated that you can:

  • Create a new repository in your GitHub account.
  • Select the appropriate license for your project.
  • Create a README.md file that explains the purpose of the project.
  • Create a Code of Conduct markdown that explains how you want the community to behave and interact with each other.
  • Create a Contribution Guidelines markdown that tells the community how to contribute.
  • Commit the new files to the repository
Clone this wiki locally