Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ZachG update parametric documentation and add contributing doc #3325

Merged
merged 52 commits into from
Dec 2, 2024

Conversation

ZStriker19
Copy link
Contributor

@ZStriker19 ZStriker19 commented Oct 25, 2024

Motivation

A guide on how to contribute to system-tests will be very helpful for first time contributors and those who haven't contributed for some time. This should greatly reduce the startup time on getting an engineer able to write the tests they need.

Changes

Contributing guide as well as updates to the current parametric docs.

Workflow

  1. ⚠️ Create your PR as draft ⚠️
  2. Work on you PR until the CI passes (if something not related to your task is failing, you can ignore it)
  3. Mark it as ready for review
    • Test logic is modified? -> Get a review from RFC owner. We're working on refining the codeowners file quickly.
    • Framework is modified, or non obvious usage of it -> get a review from R&P team

🚀 Once your PR is reviewed, you can merge it!

🛟 #apm-shared-testing 🛟

Reviewer checklist

  • If PR title starts with [<language>], double-check that only <language> is impacted by the change
  • No system-tests internal is modified. Otherwise, I have the approval from R&P team
  • CI is green, or failing jobs are not related to this change (and you are 100% sure about this statement)
  • A docker base image is modified?
    • the relevant build-XXX-image label is present
  • A scenario is added (or removed)?

docs/edit/features.md Outdated Show resolved Hide resolved
@ZStriker19 ZStriker19 marked this pull request as ready for review November 14, 2024 18:16
@ZStriker19 ZStriker19 requested a review from a team as a code owner November 14, 2024 18:16
Copy link
Contributor

@mtoffl01 mtoffl01 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry for the hundreds of comments, my creative writing background gets the best of me!

docs/edit/features.md Outdated Show resolved Hide resolved
docs/scenarios/parametric.md Outdated Show resolved Hide resolved
docs/scenarios/parametric.md Outdated Show resolved Hide resolved
docs/scenarios/parametric_contributing.md Outdated Show resolved Hide resolved
docs/scenarios/parametric_contributing.md Outdated Show resolved Hide resolved
docs/scenarios/parametric_contributing.md Outdated Show resolved Hide resolved
docs/scenarios/parametric_contributing.md Show resolved Hide resolved
docs/scenarios/parametric_contributing.md Show resolved Hide resolved
docs/scenarios/parametric_contributing.md Outdated Show resolved Hide resolved
docs/scenarios/parametric_contributing.md Show resolved Hide resolved
docs/edit/features.md Outdated Show resolved Hide resolved
docs/scenarios/parametric_contributing.md Outdated Show resolved Hide resolved
ZStriker19 and others added 9 commits November 25, 2024 16:06
Co-authored-by: Charles de Beauchesne <charles.debeauchesne@datadoghq.com>
Co-authored-by: Mikayla Toffler <46911781+mtoffl01@users.noreply.github.com>
Co-authored-by: Mikayla Toffler <46911781+mtoffl01@users.noreply.github.com>
Co-authored-by: Mikayla Toffler <46911781+mtoffl01@users.noreply.github.com>
Co-authored-by: Mikayla Toffler <46911781+mtoffl01@users.noreply.github.com>
Co-authored-by: Mikayla Toffler <46911781+mtoffl01@users.noreply.github.com>
Co-authored-by: Mikayla Toffler <46911781+mtoffl01@users.noreply.github.com>
Co-authored-by: Mikayla Toffler <46911781+mtoffl01@users.noreply.github.com>
Co-authored-by: Mikayla Toffler <46911781+mtoffl01@users.noreply.github.com>
docs/edit/add-new-test.md Outdated Show resolved Hide resolved
docs/edit/features.md Show resolved Hide resolved
docs/edit/features.md Show resolved Hide resolved
docs/scenarios/parametric.md Outdated Show resolved Hide resolved
docs/scenarios/parametric.md Show resolved Hide resolved
docs/scenarios/parametric_contributing.md Outdated Show resolved Hide resolved
docs/scenarios/parametric_contributing.md Outdated Show resolved Hide resolved
docs/scenarios/parametric_contributing.md Outdated Show resolved Hide resolved
docs/scenarios/parametric_contributing.md Show resolved Hide resolved
docs/scenarios/parametric_contributing.md Outdated Show resolved Hide resolved
ZStriker19 and others added 4 commits November 26, 2024 13:38
Co-authored-by: Mikayla Toffler <46911781+mtoffl01@users.noreply.github.com>
Co-authored-by: Mikayla Toffler <46911781+mtoffl01@users.noreply.github.com>
Co-authored-by: Mikayla Toffler <46911781+mtoffl01@users.noreply.github.com>
ZStriker19 and others added 2 commits November 26, 2024 15:06
Co-authored-by: Mikayla Toffler <46911781+mtoffl01@users.noreply.github.com>
Copy link
Contributor

@mabdinur mabdinur left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Left one last nit. Overall looks great to me!

docs/scenarios/parametric_contributing.md Outdated Show resolved Hide resolved
Copy link
Contributor

@mtoffl01 mtoffl01 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some small nits but otherwise, good to go.
But also, since you said your docs don't contain contributing information for weblog, can you just make the change in your PR to remove the empty [TODO]: LINK TO CONTRIBUTING DOC link in this doc? https://github.com/DataDog/system-tests/blob/main/docs/edit/enable-test.md

docs/edit/features.md Outdated Show resolved Hide resolved
docs/edit/features.md Outdated Show resolved Hide resolved
docs/scenarios/parametric.md Outdated Show resolved Hide resolved
docs/edit/README.md Outdated Show resolved Hide resolved
ZStriker19 and others added 7 commits December 2, 2024 12:29
Co-authored-by: Mikayla Toffler <46911781+mtoffl01@users.noreply.github.com>
Co-authored-by: Mikayla Toffler <46911781+mtoffl01@users.noreply.github.com>
Co-authored-by: Mikayla Toffler <46911781+mtoffl01@users.noreply.github.com>
Co-authored-by: Charles de Beauchesne <charles.debeauchesne@datadoghq.com>
@ZStriker19 ZStriker19 merged commit 3ad6ff1 into main Dec 2, 2024
280 of 281 checks passed
@ZStriker19 ZStriker19 deleted the zachg/docs_contributing branch December 2, 2024 18:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants