Skip to content

Commit dec045b

Browse files
docs(faq): add explanation of the difference between Open Source and Free Software
1 parent eb04f7f commit dec045b

2 files changed

Lines changed: 16 additions & 0 deletions

File tree

.idea/.gitignore

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pages/help/faq.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,12 @@ const faqs: FAQItem[] = [
9797
answer:
9898
'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.',
9999
category: 'Best Practices'
100+
},
101+
{
102+
question: 'What’s the Difference Between Open Source and Free Software?',
103+
answer:
104+
'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.',
105+
category: 'Legal'
100106
}
101107
]
102108

0 commit comments

Comments
 (0)