Skip to content

Commit

Permalink
Merge pull request #81 from lgao4/1m22
Browse files Browse the repository at this point in the history
Replace Bugzilla with Github issues
  • Loading branch information
lgao4 authored Jan 22, 2025
2 parents 933cdf3 + 2f81004 commit 4a6c620
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion about.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ There are multiple [hardware platforms]({{wiki}}/EDK-II-Platforms){:target="_bla
If you would like to contribute code or fix issues, please see [How To Contribute]({{baseurl}}/contrib). The [Tasks]({{wiki}}/Tasks){:target="_blank"} page has a list of priority work items.

## Reporting Issues
TianoCore uses Bugzilla to track issues and feature requests. Please review [Reporting Issues]({{wiki}}/Reporting-Issues){:target="_blank"} and [Reporting Security Issues]({{wiki}}/Reporting-Security-Issues){:target="_blank"} for more information.
TianoCore uses github issues to track issues and feature requests. Please review [Reporting Issues]({{wiki}}/Reporting-Issues){:target="_blank"} and [Reporting Security Issues]({{wiki}}/Reporting-Security-Issues){:target="_blank"} for more information.
2 changes: 1 addition & 1 deletion coc.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Diversity is one of our huge strengths, but it can also lead to communication is

This isn’t an exhaustive list of things that you can’t do. Rather, take it in the spirit in which it’s intended - a guide to make it easier to enrich all of us and the technical communities in which we participate.

This code of conduct applies to all spaces managed by the TianoCore project. This includes IRC, mailing lists, Bugzilla, events, and other forums created by the project team which the community uses for communication. In addition, violations of this code outside these spaces may affect a person's ability to participate within them.
This code of conduct applies to all spaces managed by the TianoCore project. This includes IRC, mailing lists, events, and other forums created by the project team which the community uses for communication. In addition, violations of this code outside these spaces may affect a person's ability to participate within them.

If you believe someone is violating the code of conduct, we ask that you report it by emailing [{{adminemail}}](mailto:{{adminemail}}?subject:code-of-conduct). [For more details please see our Reporting Guidelines]({{baseurl}}/cocr.html).
* Be friendly and patient.
Expand Down
3 changes: 1 addition & 2 deletions contrib/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ If you are interested in being involved with our community, we suggest:
pages
* Join the [Mailing Lists]({{wiki}}/Mailing Lists) for one or more of
our projects
* Join [Tianocore Bugzilla](https://bugzilla.tianocore.org/) and review
the [Reporting Issues]({{wiki}}/Reporting-Issues) and
* Review the [Reporting Issues]({{wiki}}/Reporting-Issues) and
[Reporting Security Issues]({{wiki}}/Reporting-Security-Issues) pages.

You may be required to create an account to participate in certain
Expand Down
2 changes: 1 addition & 1 deletion edk2/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ environment for the UEFI and PI specifications.
* irc {\#edk2 on [www.oftc.net](http://www.oftc.net/), [setup](http://www.oftc.net/NickServ/CertFP/), [web client](http://webchat.oftc.net/?channels=edk2)}

#### Bug/feature tracking:
Bug/feature tracking: [TianoCore Bugzilla](https://bugzilla.tianocore.org/)
Bug/feature tracking: [Edk2 GitHub Issues](https://github.com/tianocore/edk2/issues/)

#### Stable releases:
[UDK2010]({{wiki}}/UDK2010), [UDK2014]({{wiki}}/UDK2014), [UDK2015]({{wiki}}/UDK2015)
Expand Down
2 changes: 1 addition & 1 deletion getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ If you want to compile firmware or utilities, we recommend first downloading [ED

There are multiple [hardware platforms]({{wiki}}/EDK-II-Platforms){:target="_blank"} using EDK II open source UEFI firmware, including [MinPlatform Open Boards]({{wiki}}/Minimum-Platform-Architecture--MinPlatform), [MinnowBoard Max/Turbot]({{wiki}}/MinnowBoardMax){:target="_blank"}, [MinnowBoard 3]({{wiki}}/MinnowBoard-3){:target="_blank"}, and [Intel® Galileo Gen 2]({{wiki}}/Galileo){:target="_blank"}. This allows you to experiment and develop UEFI features on real hardware.

TianoCore uses Bugzilla to track issues and feature requests. Please review [Reporting Issues]({{wiki}}/Reporting-Issues){:target="_blank"} and [Reporting Security Issues]({{wiki}}/Reporting-Security-Issues){:target="_blank"} for more information. If you would like to contribute code or fix issues, please see [How To Contribute]({{baseurl}}/contrib). The [Tasks]({{wiki}}/Tasks){:target="_blank"} page has a list of projects that need attention.
TianoCore uses github issues to track issues and feature requests. Please review [Reporting Issues]({{wiki}}/Reporting-Issues){:target="_blank"} and [Reporting Security Issues]({{wiki}}/Reporting-Security-Issues){:target="_blank"} for more information. If you would like to contribute code or fix issues, please see [How To Contribute]({{baseurl}}/contrib). The [Tasks]({{wiki}}/Tasks){:target="_blank"} page has a list of projects that need attention.

## Training
Training on UEFI and EDK II : See [Training]({{wiki}}/Training){:target="_blank"}
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ redirect_from:
Welcome to TianoCore, the community supporting an open source implementation of the Unified Extensible Firmware Interface ([UEFI]({{wiki}}/UEFI){:target="_blank"}). [EDK II]({{wiki}}/EDK-II){:target="_blank"} is a modern, feature-rich, cross-platform firmware development environment for the UEFI and UEFI Platform Initialization ([PI]({{wiki}}/PI){:target="_blank"}) specifications. We hope that you’ll review our [wiki]({{wiki}}){:target="_blank"} documentation, use TianoCore for platform firmware, [report any issues]({{wiki}}/Reporting-Issues){:target="_blank"} you find, and contribute to the community.

## Projects and Downloads
If you want to compile firmware or utilities, we recommend the [Getting Started]({{baseurl}}/getting-started.html) page. This provides an overview of how to download [EDK II from github]({{wiki}}/Getting-Started-with-EDK-II){:target="_blank"}, and [reporting issues in Bugzilla]({{wiki}}/Reporting-Issues){:target="_blank"}.
If you want to compile firmware or utilities, we recommend the [Getting Started]({{baseurl}}/getting-started.html) page. This provides an overview of how to download [EDK II from github]({{wiki}}/Getting-Started-with-EDK-II){:target="_blank"}, and [reporting issues in github]({{wiki}}/Reporting-Issues){:target="_blank"}.

## Background
In June of 2004, Intel announced that it would release the “Foundation Code” of its Extensible Firmware Interface (EFI), a successor to the 16-bit x86 “legacy” PC BIOS, under an open source license. This Foundation Code, developed by Intel as part of a project code named Tiano, was Intel’s “preferred implementation” of EFI. This evolved into EDK, EDK II, and other open source projects under the TianoCore community.
Expand Down

0 comments on commit 4a6c620

Please sign in to comment.