Reorganize and revise documentation - #47
Merged
Merged
Conversation
…el into doc-cleanup
kji-mitre
marked this pull request as ready for review
September 22, 2025 14:10
jondricek
reviewed
Sep 22, 2025
Co-authored-by: Jared Ondricek <90368810+jondricek@users.noreply.github.com>
jondricek
reviewed
Sep 22, 2025
|
|
||
| ## Developer Workflow | ||
|
|
||
| To maintain code quality and consistency, we use **ESLint**, **Prettier**, and **Husky** as part of the development workflow. These tools are installed and configured by the [Developer Setup](#developer-setup) steps above. Below is an overview of how each tool is configured and how it affects the contribution process: |
Contributor
There was a problem hiding this comment.
Suggested change
| To maintain code quality and consistency, we use **ESLint**, **Prettier**, and **Husky** as part of the development workflow. These tools are installed and configured by the [Developer Setup](#developer-setup) steps above. Below is an overview of how each tool is configured and how it affects the contribution process: | |
| To maintain code quality and consistency, we use **ESLint**, **Prettier**, and **Husky** as part of the development workflow. These tools are installed and configured by the [Developer Setup](https://mitre-attack.github.io/attack-data-model/docs/contributing/dev-setup) steps. Below is an overview of how each tool is configured and how it affects the contribution process: |
This is the right link now, but it talks about ESLint, Prettier, and Husky here - but not on the page linked.
Contributor
Author
There was a problem hiding this comment.
Good catch! I've applied your recommended link correction but will work on the wording to clarify that the linked setup steps automatically handle the tool setup.
Co-authored-by: Jared Ondricek <90368810+jondricek@users.noreply.github.com>
|
🎉 This PR is included in version 4.5.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Consolidates documentation to reside in Docusaurus.
Adds templates for issues and pull requests to codify the contribution instructions.