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

Dotfiles in daytona #130

Closed
wants to merge 47 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
73ca46d
initial commit for case study article on contanerized development
JohnnieJnr Sep 10, 2024
9dc624a
initial commit for dotfiles article
JohnnieJnr Sep 19, 2024
9fb60d2
added references, project dir structure, troubleshooting tips
JohnnieJnr Nov 23, 2024
098472b
added rules for imgs and tables
nkkko Aug 20, 2024
8f88bf0
Parallel Submissions
nkkko Aug 20, 2024
a726247
Code Contributions
nkkko Aug 20, 2024
89b025d
templates update
nkkko Aug 20, 2024
7c84771
testing vaunt.dev
nkkko Aug 21, 2024
3e5e5f2
updated 1:1 ratio
nkkko Aug 21, 2024
45b6fc1
shortened desc
nkkko Aug 21, 2024
baabc44
fixed boolean operator
nkkko Aug 21, 2024
7e698ae
fixed logic
nkkko Aug 21, 2024
df4e1d7
fixed nos
nkkko Aug 21, 2024
e53f0d7
fix
nkkko Aug 21, 2024
f2efc13
added vaunt section
nkkko Aug 21, 2024
4c43720
removed bank payment
nkkko Aug 21, 2024
e59d752
search intent added
nkkko Aug 22, 2024
2767914
updates to templates
nkkko Aug 22, 2024
6e1e19d
added sample image
nkkko Aug 22, 2024
d962700
note
nkkko Aug 22, 2024
4b6c25a
naming pr
nkkko Aug 22, 2024
f5d8fbf
added ghostwriting
nkkko Aug 22, 2024
70cecdb
daytona mention
nkkko Aug 22, 2024
1aeb186
video demo
nkkko Aug 22, 2024
ecef784
readme splitted into 3 files
nkkko Aug 22, 2024
00a3226
link the pr
nkkko Aug 23, 2024
702b80c
vaunt
nkkko Aug 23, 2024
57702b0
linked
nkkko Aug 23, 2024
88313e3
Updated award names
nkkko Aug 23, 2024
aaf17ef
fix links
nkkko Aug 26, 2024
de0091a
added example
nkkko Aug 26, 2024
9bb97a0
rm line length
nkkko Sep 1, 2024
d945b8e
linting is a must
nkkko Sep 1, 2024
95e8408
add devcontainer feature guide
varshith257 Aug 19, 2024
15e5970
add interlinking and grammarly changes
varshith257 Aug 19, 2024
bcfbcd7
fixed merge conflict
JohnnieJnr Dec 5, 2024
6ad688a
add review comments
varshith257 Aug 19, 2024
0ab8aee
rename filename
varshith257 Aug 19, 2024
0fe2061
add review comments
varshith257 Aug 24, 2024
b241f05
feat: add a basic test to validate devconatainer feature
varshith257 Aug 31, 2024
fba3207
revert: README.md
varshith257 Aug 31, 2024
1eda72f
cleanup: remove unneceesary sections
varshith257 Aug 31, 2024
10f5a1c
fixed merge conflict
JohnnieJnr Dec 5, 2024
5b30790
update
JohnnieJnr Dec 5, 2024
2006654
fix
JohnnieJnr Dec 5, 2024
e84f0f6
fixed merge conflict
JohnnieJnr Dec 5, 2024
886df04
fixe
JohnnieJnr Dec 5, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
linting is a must
Signed-off-by: JohnnieJnr <johnnieoduro@gmail.com>
nkkko authored and JohnnieJnr committed Dec 5, 2024
commit d945b8ed3d764e543c8fae7bda48b86330aa2017
10 changes: 7 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -66,9 +66,13 @@ Remember, good writing is good writing, regardless of how it's produced. Our goa
1. Choose an open [issue](https://github.com/daytonaio/content/issues) (proposed article idea).
2. Fork the repository and create a new branch for your content.
3. Write your article or guide following the provided templates and guidelines.
4. Submit a pull request for review and use the name of the article for the title. Link the relevant issue to the PR.
5. If multiple PRs are submitted by different individuals, we will typically prioritize those that demonstrate the clearest and most well-crafted writing.
6. Don't forget to star the `daytonaio/content` repo.
4. Run the following command to check for markdown linting issues:
```bash
npx markdownlint '**/*.md'
```
5. Submit a pull request for review and use the name of the article for the title. Link the relevant issue to the PR.
6. If multiple PRs are submitted by different individuals, we will typically prioritize those that demonstrate the clearest and most well-crafted writing.
7. Don't forget to star the `daytonaio/content` repo.

### Editing Process
- If the PR meets our standards, the issue will be assigned to you, and the editing process will commence.