This repository has been archived by the owner on May 2, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 703
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixing links & Security tutorials (#128)
* fixing broken links * adding alex's changes and notes on extending to add connectors * adding more language about extending images
- Loading branch information
Showing
16 changed files
with
136 additions
and
404 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 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 |
---|---|---|
|
@@ -8,19 +8,15 @@ General Guidelines | |
|
||
When submitting a pull request (PR), please use the following guidelines: | ||
|
||
* Make sure your code respects existing formatting conventions. In general, follow | ||
the same coding style as the code that you are modifying. | ||
* Make sure your code respects existing formatting conventions. In general, follow the same coding style as the code that you are modifying. | ||
* Do add/update documentation appropriately for the change you are making. | ||
* If you are introducing a new feature you may want to first submit your idea | ||
for feedback to the `Confluent mailing list <mailto:[email protected]>`_. | ||
* If you are introducing a new feature you may want to first submit your idea for feedback to the `Confluent mailing list <mailto:[email protected]>`_. | ||
* Non-trivial features should include unit tests covering the new functionality. | ||
* Bugfixes should include a unit test or integration test reproducing the issue. | ||
* Try to keep pull requests short and submit separate ones for unrelated | ||
features, but feel free to combine simple bugfixes/tests into one pull request. | ||
* Try to keep pull requests short and submit separate ones for unrelated features, but feel free to combine simple bugfixes/tests into one pull request. | ||
* Keep the number of commits small and combine commits for related changes. | ||
* Each commit should compile on its own and ideally pass tests. | ||
* Keep formatting changes in separate commits to make code reviews easier and | ||
distinguish them from actual code changes. | ||
* Keep formatting changes in separate commits to make code reviews easier and distinguish them from actual code changes. | ||
|
||
GitHub Workflow | ||
~~~~~~~~~~~~~~ | ||
|
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
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.