File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ Default STARTER_CHARACTER = 🧩
66- Use ` ./build_and_test.sh ` for full build (this includes mypy and lint)
77- When writing code, follow the code style guidelines in ` internal_documentation/code_style.md ` .
88- When interacting with GitHub, follow ` internal_documentation/github_guidelines.md ` .
9- - When building a new feature, follow the steps in ` internal_documentation/feature_development_process .md ` .
9+ - When building a new feature or fixing a bug , follow the steps in ` internal_documentation/development_process .md ` .
Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ Default STARTER_CHARACTER = 🧩
66- Use ` ./build_and_test.sh ` for full build (this includes mypy and lint)
77- When writing code, follow the code style guidelines in ` internal_documentation/code_style.md ` .
88- When interacting with GitHub, follow ` internal_documentation/github_guidelines.md ` .
9- - When building a new feature, follow the steps in ` internal_documentation/feature_development_process .md ` .
9+ - When building a new feature or fixing a bug , follow the steps in ` internal_documentation/development_process .md ` .
Original file line number Diff line number Diff line change 1- # Feature Development Process
1+ # Development Process
22
33STARTER_CHARACTER = 😎
44
5+ For each step below, ask the human for confirmation before proceeding.
6+
571 . Create a micro feature document in ` internal_documentation/micro_features/ ` describing the feature
682 . Write a failing test
7- 3 . Implement the feature to make the test pass
9+ 3 . Implement the change to make the test pass
8104 . Run ` ./build_and_test.sh ` to verify everything passes
9115 . Approve the ` .received. ` files that are correct
10126 . Refactor as needed, re-running ` ./build_and_test.sh ` after each change
You can’t perform that action at this time.
0 commit comments