Skip to content

Latest commit

 

History

History
51 lines (36 loc) · 1.48 KB

CONTRIBUTING.md

File metadata and controls

51 lines (36 loc) · 1.48 KB

Contributing to Awesome AI 2024

Thank you for your interest in contributing to Awesome AI 2024! Here's how you can help make this timeline more comprehensive.

Adding a New Milestone

Option 1: Submit via Issue (Recommended for First-time Contributors)

  1. Go to the Issues page
  2. Click "New Issue"
  3. Select "Add A Milestone"
  4. Fill out the form with your milestone information
  5. Submit the issue

Our maintainers will review your submission and add it to the timeline.

Option 2: Direct Pull Request

If you're familiar with GitHub, you can submit a pull request:

  1. Fork the repository
  2. Add your milestone to timeline.json following this format:
{
  "date": "YYYY-MM-DD",
  "title": "Milestone Title",
  "category": "category_name",
  "description": "Detailed description of the milestone",
  "url": "https://link-to-source"
}

Guidelines

  1. Accuracy: Ensure all information is accurate and from reliable sources
  2. Dates: Use YYYY-MM-DD format
  3. URLs: Provide working links to official or reliable sources
  4. Descriptions: Keep descriptions clear and informative
  5. No Duplicates: Check existing entries before submitting
  6. 2024 Only: Only submit milestones that occurred in 2024

Code of Conduct

  • Be respectful and constructive
  • Follow the project's formatting guidelines
  • Help maintain the quality of the timeline

Questions?

Open an issue if you have questions or suggestions!