Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
10 changes: 10 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions pages/help/faq.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,12 @@ const faqs: FAQItem[] = [
answer:
'Essential tools include Git for version control, GitHub/GitLab for hosting, issue trackers for project management, CI/CD tools for testing, and communication platforms like Discord or Slack. Many projects also use specific linters and formatters.',
category: 'Best Practices'
},
{
question: 'What’s the Difference Between Open Source and Free Software?',
answer:
'While often used interchangeably, "Free Software" emphasizes user freedom (as defined by the Free Software Foundation), while "Open Source" focuses on source code availability and collaborative development.',
category: 'Legal'
}
]

Expand Down
Loading