-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
switched to md for readme & contributions + some clean ups in existin…
…g folders
- Loading branch information
Olivier Jauze
authored and
Olivier Jauze
committed
Oct 11, 2024
1 parent
fd4fc3d
commit ce26bfa
Showing
17 changed files
with
535 additions
and
996 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,13 @@ | ||
= Contributing to Continuous Architecture toolkit | ||
// Metadata: | ||
:description: Toolkit Elaboration Guide | ||
:keywords: guide | ||
:main-title: Continuous Architecture Toolkit | ||
// Settings: | ||
:icons: font | ||
:idprefix: | ||
:idseparator: - | ||
:preface-title: | ||
:numbered!: | ||
:sectlinks: | ||
:sectanchors: | ||
:stylesdir: ./css | ||
:scriptsdir: ./js | ||
:imagesdir: ./img | ||
// GitHub admonitions: | ||
ifdef::env-github[] | ||
:tip-caption: :bulb: | ||
:note-caption: pass:[ℹ] | ||
:important-caption: :heavy_exclamation_mark: | ||
:caution-caption: :fire: | ||
:warning-caption: :warning: | ||
endif::[] | ||
|
||
Thanks for your interest in contributing! This document outlines how we expect contributions to happen. | ||
|
||
WARNING: Note that contributions can only be made by individuals representing themselves, not by a company. | ||
|
||
1. Start by searching the https://github.com/michelin/Continuous-Architecture-Toolkit/issues[issue tracker] to see if your contribution, be it a problem or a suggestion for an enhancement, was brought up before. | ||
1. Start by searching the [issue tracker](https://github.com/michelin/Continuous-Architecture-Toolkit/issues) to see if your contribution, be it a problem or a suggestion for an enhancement, was brought up before. | ||
2. If nothing satisfying comes up, feel free to file a new issue. Provide as many details about your idea, problem, or suggestion as possible. | ||
3. Once a conversation with one or more maintainers has taken place, it should become clear when it is appropriate to suggest a change via a pull request. | ||
4. Fork the project repository and add materials on a topic of your choice. Then submit a pull request outlining your changes so maintainers can review what you've added and work with you to polish it. | ||
5. Alternatively, propose edits to some assets directly in your browser. Select a file in the project repository by clicking on it. Locate and click the pencil icon at the top of every file in the repository. Make chages to the file in your browser, then submit that file for review. | ||
|
||
== Getting Involved | ||
|
||
search our https://github.com/michelin/Continuous-Architecture-Toolkit/issues[issue tracker] for issues with the "help wanted" label | ||
search our [issue tracker](https://github.com/michelin/Continuous-Architecture-Toolkit/issues) for issues with the "help wanted" label |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.