diff --git a/CHANGELOG.md b/CHANGELOG.md index db34545dfe9d94eccb6f6a2df3bcb00f7fd05eeb..ca74a90d4df100fd115cd57980af16ce55541c27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # CHANGELOG +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). + ## [2022-02-13]() ### Added diff --git a/README.md b/README.md index 2307cb2dea81681e689d2df60aa8c0f760df8a94..b4a8ba69a8d82dd302b566301915003df608958c 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ By SE420 Open Source Engineering Team Blue for FA22Q2 "Winter" at [Drexel Univer See the latest discussion [notes](documents/discussions/) for more detailed information, including proposals. -If you have a security concern, please check the [SECURITY](documents/public/SECURITY.md) for help. +If you have a security concern, please check the [`SECURITY`](documents/public/SECURITY.md) for help. ## Getting Started @@ -45,7 +45,7 @@ See [**Issues**](https://gitlab.cci.drexel.edu/courseeval/team-blue/-/issues) fo ## Contributing ### Guidelines -Please see [CONTRIBUTING](documents/developers/CONTRIBUTING.md) and [CONDUCT](documents/developers/CONDUCT.md) for specifics. +Please see [`CONTRIBUTING`](documents/developers/CONTRIBUTING.md) and [`CONDUCT`](documents/developers/CONDUCT.md) for specifics. ### Accepting Changes This is a low-priority project and as such pull requests are not likely to be accepted. diff --git a/documents/developers/CONTRIBUTING.md b/documents/developers/CONTRIBUTING.md index 55223509c638ad90703d8e6e073ebc266228bb20..dc452f80ba7072ee28b2274d66a0c7e92b82015a 100644 --- a/documents/developers/CONTRIBUTING.md +++ b/documents/developers/CONTRIBUTING.md @@ -1,4 +1,53 @@ # Contributing -TODO +## Contents +- [Contents](#contents) +- [Pre Knowledge](#pre-knowledge) + - [Code](#code) + - [Documents](#documents) +- [Processes](#processes) + - [Code Process](#code-process) + - [Document Process](#document-process) +- [Internal Outreach](#internal-outreach) + - [Team Blue](#team-blue) + - [Other Teams](#other-teams) + - [Instructor](#instructor) + - [Drexel IT](#drexel-it) +- [External Outreach](#external-outreach) +- [Code Standards](#code-standards) + - [Guests](#guests) + - [Testing](#testing) +- [Document Standards](#document-standards) + +## Pre Knowledge + +### Code + +### Documents + +## Processes + +### Code Process + +### Document Process + +## Internal Outreach + +### Team Blue + +### Other Teams + +### Instructor + +### Drexel IT + +## External Outreach + +## Code Standards + +### Guests + +### Testing + +## Document Standards diff --git a/documents/discussions/2022-02-12.md b/documents/discussions/2022-02-12.md index 369cf4b3bba06fbe0e7052fe42435025108342d2..89d54c1766285fe221121ff15b73c2b9d89d63f3 100644 --- a/documents/discussions/2022-02-12.md +++ b/documents/discussions/2022-02-12.md @@ -82,6 +82,12 @@ - [(Example) Contributing to Python](https://github.com/python/cpython/blob/main/.github/CONTRIBUTING.rst) - [(Example) Gitlab's "Individual contributor license agreement"](https://gitlab.com/gitlab-org/gitlab/-/blob/master/doc/legal/individual_contributor_license_agreement.md) - [(Example) Gitlab's "Process.Md"](https://gitlab.com/gitlab-org/gitlab/-/blob/master/PROCESS.md) +- [(Example) Godot Engine's "Contributing.Md"](https://github.com/godotengine/godot/blob/master/CONTRIBUTING.md) +- [(Example) Lightning Network Developers' Code Contribution Guidelines](https://dev.lightning.community/contribute/) +- [(Example) DSpace Software's Code Contribution Guidelines](https://wiki.lyrasis.org/display/DSPACE/Code+Contribution+Guidelines) +- [(Example) Google Tensorflow's Contributing guidelines](https://github.com/tensorflow/tensorflow/blob/master/CONTRIBUTING.md) +- [(Example) Microsoft's Mixed Reality Toolkit Coding Guidelines](https://docs.microsoft.com/en-us/windows/mixed-reality/mrtk-unity/contributing/coding-guidelines?view=mrtkunity-2021-05) (Peter's personal favorite) +- [(Example) Atom Editor's Contributing Guidelines](https://github.com/atom/atom/blob/master/CONTRIBUTING.md) ## Arch Files - Filename: `ARCH.md`