Skip to content

Commit 815a1f7

Browse files
committed
chore: Update contributing guidelines and README for clarity; fix incident description in JSON
- Revised links in CONTRIBUTING.md to point to the correct repository. - Enhanced README.md to clarify contribution methods for reporting and adding incidents. - Updated incident description in incidents.json for accuracy.
1 parent f630979 commit 815a1f7

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
## 💥 How to Contribute
1717

18-
- Look at the existing [**Issues**](https://github.com/Pradumnasaraf/DevOps/issues) or [**create a new issue**](https://github.com/Pradumnasaraf/DevOps/issues/new/choose)!
19-
- [**Fork the Repo**](https://github.com/Pradumnasaraf/DevOps/fork). Then, create a branch for any issue that you are working on. Finally, commit your work.
20-
- Create a **[Pull Request](https://github.com/Pradumnasaraf/DevOps)** (_PR_), which will be promptly reviewed and given suggestions for improvements by the community.
18+
- Look at the existing [**Issues**](https://github.com/pradumnasaraf/aviationincidents/issues) or [**create a new issue**](https://github.com/pradumnasaraf/aviationincidents/issues/new/choose)!
19+
- [**Fork the Repo**](https://github.com/pradumnasaraf/aviationincidents/fork). Then, create a branch for any issue that you are working on. Finally, commit your work.
20+
- Create a **[Pull Request](https://github.com/pradumnasaraf/aviationincidents)** (_PR_), which will be promptly reviewed and given suggestions for improvements by the community.
2121
- Add screenshots or screen captures to your Pull Request to help us understand the effects of the changes proposed in your PR.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
## Contributing
88

9-
Help us build the most transparent archive of aviation-related incidents.
9+
You can contribute to this project by reporting an incident or by adding a new incident to the database.
1010

1111
Please gather the following information before reporting an incident:
1212
- Date of the incident

src/app/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ export default function Home() {
191191
{/* Action Buttons */}
192192
<div className="flex flex-col sm:flex-row space-y-3 sm:space-y-0 sm:space-x-4">
193193
<a
194-
href="https://github.com"
194+
href="https://github.com/pradumnasaraf/aviationincidents"
195195
target="_blank"
196196
rel="noopener noreferrer"
197197
className="group inline-flex items-center px-6 py-3 text-sm font-semibold text-gray-700 bg-gradient-to-r from-gray-50 to-gray-100 border border-gray-200 rounded-xl hover:from-gray-100 hover:to-gray-200 hover:border-gray-300 hover:shadow-lg hover:-translate-y-0.5 transition-all duration-300 ease-in-out"
@@ -203,7 +203,7 @@ export default function Home() {
203203
</a>
204204

205205
<a
206-
href="https://github.com"
206+
href="https://github.com/Pradumnasaraf/aviationincidents?tab=readme-ov-file#contributing"
207207
target="_blank"
208208
rel="noopener noreferrer"
209209
className="group inline-flex items-center px-6 py-3 text-sm font-semibold text-white bg-gradient-to-r from-blue-600 to-indigo-600 border border-transparent rounded-xl hover:from-blue-700 hover:to-indigo-700 hover:shadow-xl hover:-translate-y-1 transition-all duration-300 ease-in-out shadow-lg"

src/data/incidents.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"aircraft": "787-8 Dreamliner",
66
"airline": "Air India",
77
"incident_type": "Crash",
8-
"description": "Flight 171 crashed after takeoff from Ahmedabad; both engines lost thrust. 1 survivor, investigation ongoing.",
8+
"description": "Flight 171 crashed after takeoff from Ahmedabad; both engines lost thrust just after takeoff",
99
"location": "Ahmedabad, India",
1010
"casualties": "260 fatalities (241 passengers and crew, 19 on the ground), 1 survivor",
1111
"news_links": [

0 commit comments

Comments
 (0)